Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amodinho/mdn-local-library
A simple Express based templated app.
https://github.com/amodinho/mdn-local-library
Last synced: 26 days ago
JSON representation
A simple Express based templated app.
- Host: GitHub
- URL: https://github.com/amodinho/mdn-local-library
- Owner: AmoDinho
- License: mit
- Created: 2018-04-13T11:08:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T11:25:17.000Z (over 6 years ago)
- Last Synced: 2024-11-04T09:25:56.550Z (2 months ago)
- Language: JavaScript
- Homepage: https://powerful-waters-16968.herokuapp.com/catalog
- Size: 5.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDN-Local-Library
A simple Express based templated app.# Setup
Install the packages
```
npm install
```Fire the app up
```
SET DEBUG=express-locallibrary-tutorial:* & npm start
```