Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfwerf/bookshelf
Server and app for loaning out and reserving books
https://github.com/kfwerf/bookshelf
Last synced: 14 days ago
JSON representation
Server and app for loaning out and reserving books
- Host: GitHub
- URL: https://github.com/kfwerf/bookshelf
- Owner: kfwerf
- Created: 2014-09-22T05:41:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T05:52:01.000Z (about 10 years ago)
- Last Synced: 2024-04-14T10:52:47.569Z (7 months ago)
- Language: JavaScript
- Size: 3.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookshelf
=========Server and app for loaning out and reserving books.
## What's working
- Categories, while all seem similar, have a dynamic trail to the NodeJS server and with a database load in different books
- Your loaned books and reserved books. These don't sync with the server and so you can keep reserving the same book.
- Login screen. Does not have a api but is setup to simulate a login experience.
- More info of the book.## Some issues
Normally this would have been setup via Bower, NPM and Yeoman. Had some issues with internet and could not rely on git://, instead i copied components from a previous project. Hence the clutter in components.
## Running on:
- AngularJS
- Bootstrap
- NodeJs
- ExpressJs with bodyparser- Mongoose (put in there for optional db wiring)