You need to have installed Node and NPM.

Clone this repository
git clone https://github.com/gtsopour/nodejs-shopping-cart.git
Install dependencies
npm install
Start NodeJS server at http://localhost:3000
npm start
For Nodemon usage
nodemon ./bin/www
how to build it with docker
docker build -t lrozek/nodejs-shopping-cart https://github.com/lrozek/nodejs-shopping-cart.git
how to run it with docker
docker run -it -p 3000:3000 --rm --init lrozek/nodejs-shopping-cart
NodeJS, Express, Express-Session, Nodemon, hbs - Express.js view engine for handlebars.js
For any extra questions, please contact me at [email protected].
Content type
Image
Digest
Size
352.6 MB
Last updated
about 6 years ago
docker pull lrozek/nodejs-shopping-cart