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 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T19:32:52.000Z (over 1 year ago)
- Last Synced: 2025-03-30T05:09:31.505Z (about 2 months 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: 213
- Watchers: 18
- Forks: 161
- 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.
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].