Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gtsopour/nodejs-shopping-cart

NodeJS Shopping Cart - NodeJS, Express, Express-Session, Express handlebars (hbs)
https://github.com/gtsopour/nodejs-shopping-cart

express express-js hbs nodejs nodemon

Last synced: about 2 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/data/nodejs-cart-1.png?raw=true "NodeJS Shopping Cart")

Clone this repository
``` shell
git clone https://github.com/gtsopour/nodejs-shopping-cart.git
```

Install dependencies
``` shell
npm install
```

Start NodeJS server at http://localhost:3000
``` shell
npm start
```

For Nodemon usage
``` shell
nodemon ./bin/www
```

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

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