Built using full MERN stack.
This complete project is built along with a MERN Course on Udemy.
Add your config variables values in the config.env file in backend/config folder as shown in the course.
cd frontend
npm i
npm i
Use the following commeand to put some dummy products in that database. Run it in the root folder.
npm run seeder
-
- Nodejs - Backend Server
- Expressjs - Nodejs Framework to handle routing
- Mongoose - Mongodb based Database to store product data, user data etc.
- Cloudinary - CDN to store product images, user avatar images.
- Stripe - Handles payments.
-
- Reactjs - Frontend UI
Deployed on Heroku.