Hi! My name is Nikesh Borkar, I have created this website to learn MERN Stack frome YouTube.
- Click here to preview my project.
- Click here to watch a brief preview of our project in video format.
- Must have basic knowledge of Node, React, Express, MongoDB . I have learned each technology on YouTube , make sure to check it out. Links are Below respectively
- Node - https://youtu.be/BSO9C8Z-YV8
- React - https://youtu.be/99kgUCIMboY
- Express - https://youtu.be/teipbke8c4A\
- MongoDB - https://youtu.be/AYDP1S5BbTo
- RestApi - https://youtu.be/AhCSfuG9Jxw (optional)
For Backend - npm i
For Frontend - cd frontend
npm i
Make Sure to Create a config.env file in backend/config directory and add appropriate variables in order to use the app.
Essential Variables
- PORT=
- DB*URI =
- STRIPE_API_KEY=
- STRIPE_SECRET_KEY=
- JWT_SECRET=
- JWT_EXPIRE=
- COOKIE_EXPIRE=
- SMPT_SERVICE =
- SMPT_MAIL=
- SMPT_PASSWORD=
- SMPT_HOST=
- SMPT_PORT=
- CLOUDINARY_NAME
- CLOUDINARY_API_KEY
- CLOUDINARY_API_SECRET
_fill each filed with your info respectively*