https://github.com/auchenberg/nodejs-shopping-cart
https://github.com/auchenberg/nodejs-shopping-cart
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/auchenberg/nodejs-shopping-cart
- Owner: auchenberg
- License: mit
- Created: 2018-05-07T16:42:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T00:02:33.000Z (almost 7 years ago)
- Last Synced: 2025-04-23T11:39:59.479Z (6 months ago)
- Language: JavaScript
- Size: 644 KB
- Stars: 18
- Watchers: 3
- Forks: 28
- Open Issues: 0
-
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 gtsopour@gmail.com.