Sign inSign up

lrozek/nodejs-shopping-cart

By lrozek

Updated about 6 years ago

Image
0

794

lrozek/nodejs-shopping-cart repository overview

NodeJS Shopping Cart - NodeJS, Express, Express-Session, Express handlebars (hbs)

Run locally on your machine

You need to have installed Node and NPM.

NodeJS Shopping Cart

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
Technologies

NodeJS, Express, Express-Session, Nodemon, hbs - Express.js view engine for handlebars.js

For any extra questions, please contact me at [email protected].

Tag summary

Content type

Image

Digest

Size

352.6 MB

Last updated

about 6 years ago

docker pull lrozek/nodejs-shopping-cart