The project is to develop a e-commerce website where a user can buy products from the e-commerce site through bank transaction among supplier and e-commerce site.
- Frontend: Reactjs,HTML,CSS
- Backend: Express.js
- Database: Mongodb
https://github.com/sani-1023/E-commerce
For Frontend(port:3000):
cd frontend
Install Depedencies :
npm install
Run Frontend :
npm start
For Backend(port:4001):
cd backend
Install Depedencies :
npm install
Run Backend :
npm run dev
if any dependency is not installed properly use this following command
npm install --force