An open API service indexing awesome lists of open source software.

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

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.