Shoe store is app written in Node.js , using Express framework and MongDb as DBMS
Get started developing...
Install node and npm
https://nodejs.org/en/download/package-manager/Get the repository
#clone
git clone https://github.com/PeceKr/nodejs-express-mongodb.gitInstall all package dependencies (one time operation)
npm installhttps://docs.mongodb.com/manual/installation/Runs the application in development mode.
npm run dev