Deployed site: https://ed-tech-mern.vercel.app/
API WEB SERVICE: https://ed-tech-v1.onrender.com
LOGs: https://logs.betterstack.com/team/186618/tail UP AND DOWNTIME: https://uptime.betterstack.com/team/141059/monitors/1341238
This is the ecommerce project with frontend and backend
To Run this project make Two folders backend and frontend
FrontEnd: npm start
BackEnd: npm run server
This is for Backend****
then type npm commands:
1) npm init 2) npm i express mongoose dotenv 3) npm i nodemon 4) npm i bcryptjs jsonwebtoken validator nodemailer 5) npm i cookie-parser body-parser
Then under package.json "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node backend/server.js", "dev" : "nodemon backend/server.js" }
Paste this Script
Download and Install Postman and MongoDB
postman for API Working
MongoDb for data base
This is for FrontEnd
Type npm commands: 1) npx create-react-app . 2) npm i axios react-alert react-alert-template-basic react-helmet react-redux redux redux-thunk redux-devtools-extension react-router-dom overlay-navbar 3) npm i webfontloader 4) npm install react-icons@3 5) npm i react-rating-stars-component 6) npm i react-material-ui-carousel 7) npm install @material-ui/icons 8) npm install @material-ui/core