This is an online shoe store where user can view the product, add to cart, purchase the product etc. This app is created using EJS, bootstrap in the front end, Node and express in the backend and MongoDB as database.
To use this application on your pc first clone this repository to your PC. Install npm packages using the command
npm installAfter installing npm packages use this command to start the application
npm start