https://github.com/hackerkid/book-library
Book library from Backbone fundamentals with Express 4.x support
https://github.com/hackerkid/book-library
Last synced: over 1 year ago
JSON representation
Book library from Backbone fundamentals with Express 4.x support
- Host: GitHub
- URL: https://github.com/hackerkid/book-library
- Owner: hackerkid
- Created: 2015-12-25T16:08:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T18:28:21.000Z (over 10 years ago)
- Last Synced: 2025-01-08T05:05:50.421Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Book Library
> The book library example present in Backbone fundamentals with support to Express 4.x
##Setting Up
```bash
git clone https://github.com/hackerkid/book-library
cd book-library
npm install
node server.js
```
Browse to [localhost:4711](http://localhost:4711) for accessing the bookshelf. Make sure to have MongoDB installed before trying out this.