Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avs123a/nodejs-simple-example
Simple inventory list example with crud using : NodeJS, express framework, pug template, sqlite database and bootstrap
https://github.com/avs123a/nodejs-simple-example
express nodejs npm passport-local passportjs pugjs sqlite3
Last synced: 14 days ago
JSON representation
Simple inventory list example with crud using : NodeJS, express framework, pug template, sqlite database and bootstrap
- Host: GitHub
- URL: https://github.com/avs123a/nodejs-simple-example
- Owner: avs123a
- Created: 2018-06-26T10:31:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T10:38:18.000Z (over 6 years ago)
- Last Synced: 2024-10-18T01:41:30.236Z (about 1 month ago)
- Topics: express, nodejs, npm, passport-local, passportjs, pugjs, sqlite3
- Language: JavaScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS-simple-example
Simple inventory list example with crud using : NodeJS, express framework, pug template, sqlite database and bootstrapdemo on ReplIt:
https://repl.it/@avs123/Node-inventory-list-simple-exampleInstallation:
- clone repository or download zip
Run next commands:
- npm install
- node index.js