Basic E-Commerce website which inculdes basic features like,
- Login/SignUp
- Admin Product management
- Products CRUD opeartion
- Cart
- Orders
- Checkout
- Download Payment slip
- Clone the repository:
git clone <Repository Path>
cd ECommerce_Website
- Then go to the project folder and run following command in command line,
nvm use
npm install
- Run following command in command line,
npm start
OR
node app.js
- Now go to favourite browser and open this link:
http://localhost:3000/