Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
NodeJS Shopping Cart - NodeJS, Express, Express-Session, Express handlebars (hbs)
- Host: GitHub
- URL: https://github.com/gtsopour/nodejs-shopping-cart
- Owner: gtsopour
- License: mit
- Created: 2017-06-04T20:53:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T19:32:52.000Z (about 1 year ago)
- Last Synced: 2025-01-13T09:06:52.388Z (9 days ago)
- Topics: express, express-js, hbs, nodejs, nodemon
- Language: JavaScript
- Homepage: https://github.com/gtsopour/nodejs-shopping-cart/raw/master/data/nodejs-cart-1.png?raw=true
- Size: 671 KB
- Stars: 211
- Watchers: 19
- Forks: 158
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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.jsFor any extra questions, please contact me at [email protected].