Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fedenunez/meteor-reservation


https://github.com/fedenunez/meteor-reservation

Last synced: 4 days ago
JSON representation

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 })