This project is a T-shirt e-commerce website built with the MERN stack (MongoDB, Express.js, React, Node.js). It provides features such as product listing, user authentication, shopping cart management, and an admin panel for managing products.
- Product listing and detailed view
- Shopping cart and checkout process
- Responsive design for mobile and desktop views
- Frontend: React.js
- Backend: Node.js with Express.js
- Database: MongoDB
- Figma Design Link: Honestly-Nvrmind
Step 1:- git clone github.com/devKanix/Honestly-Nvrmind
for clone the repo.
Step 2:- npm install
for install all the backend dependencies.
Step 3:- cd client
for open the frontend dirc.
Step 4:- run cmd in client dic npm install
for install all the frontend dependencies.
If you want to run the project locally, follow these steps:-
Step 1:- npm run server
for run the server.js file.
Step 2:- cd client
for open the frontend dirc.
Step 3:- npm start
for start the React application.
- The frontend client is located in
./client
which is coupled with the backend. - All the backend routers go to
./routes
folder.