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.
- Explore a vast catalog of products
- Customer can view products' rating
- Customer can easily order products
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
Clone the project
git clone https://github.com/Thanisthani/Shop_nest.git
Go to the backend directory
cd backend
Install dependencies
npm install
Start the server on development environment
npm run dev
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 : Typescript
Client : React, Redux, React-boostrap
Server : Express
Database : MongoDB Atlas