Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedenunez/meteor-reservation
https://github.com/fedenunez/meteor-reservation
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedenunez/meteor-reservation
- Owner: fedenunez
- Created: 2015-07-03T16:11:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T16:31:48.000Z (over 8 years ago)
- Last Synced: 2023-04-03T22:01:31.531Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple and incomplete reservation app made with meteorjs and angular.
After deployment you should manually add assets (fruteras) to the databases using:
- meteor mongo
- db.fruteras.insert({ ip:"143", createdAt: new Date(), usedBy: null, since: null, until: null })