https://github.com/danmichaelo/nfcat
Server for Android RFID book lending app (BookScanner)
https://github.com/danmichaelo/nfcat
Last synced: 5 months ago
JSON representation
Server for Android RFID book lending app (BookScanner)
- Host: GitHub
- URL: https://github.com/danmichaelo/nfcat
- Owner: danmichaelo
- License: mit
- Created: 2014-03-27T14:18:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T14:56:44.000Z (almost 12 years ago)
- Last Synced: 2025-08-15T04:01:10.381Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Near Field Cat (NFCAT)
Librarians love [near field communication](http://education.guardian.co.uk/librariesunleashed/story/0,,2293195,00.html)
and [cats](https://en.wikipedia.org/wiki/Library_cat),
so we made the near field cat!
This is supposed to be the server-side part of the project.
### Install ###
This project uses [Composer](http://getcomposer.org) and [Bower](https://github.com/bower/bower) to track dependencies.
1. `composer install` to fetch back-end deps
2. `bower install` to fetch front-end deps
3. Check that the folder `app/storage` is writable by the www user
4. `php artisan config:publish danmichaelo/ncip` to create the NCIP config file
5. `php artisan config:publish netson/l4gettext` to create the gettext config file
6. Update config files in `app/config`