Welcome to the Cyber | E-commerce repository! This guide will help you get started with setting up the project and running it on your local machine.
Make sure you have the following installed on your system:
- Git
- Node.js
- npm
-
Clone the project repository using the following command:
https://github.com/aditokmoo/MERN-E-commerce
-
Navigate to the project folder:
cd repo-name
-
Navigate to the client folder and install the dependencies:
cd frontend npm install
-
Do the same for the backend folder:
cd backend npm install
-
Running the project:
-
Start the client:
cd frontend npm run dev
-
Start the backend:
cd backend npm run dev
The frontend and backend should now be running locally.
Here are some images to showcase the project
note: project is in progress...
- Frontend: React, Typescript, Axios, React Form Hook, Tanstack React Query, SCSS.
- Backend: Node.js, Express, MongoDB.