Skip to content

Thanisthani/Shop_nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Shop Nest (E-commerce website)

ShopNest e-commerce web application built with TypeScript that the online shopping experience. ShopNest is a feature platform designed to empower both consumers and businesses, providing a seamless and enjoyable online retail journey.

Features

  • Explore a vast catalog of products
  • Customer can view products' rating
  • Customer can easily order products

Environment Variables

To run this project, you will need to add the following environment variables to your .env file within backend folder

MONGODB_URL = Your mongo Atlas url

Run Locally

Clone the project

  git clone https://github.com/Thanisthani/Shop_nest.git

To run server

Go to the backend directory

  cd backend

Install dependencies

  npm install

Start the server on development environment

  npm run dev

To run client

Go to the frontend directory

  cd frontend

Install dependencies

  npm install

Start the client on development environment

  npm run dev

The App should be run on :

Visit client : http://localhost:5173

Visit server : http://localhost:4000

Language & Tools

Language : Typescript

Client : React, Redux, React-boostrap

Server : Express

Database : MongoDB Atlas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages