Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yavorsky/cinemam
Ordering places with Meteor JS
https://github.com/yavorsky/cinemam
Last synced: about 10 hours ago
JSON representation
Ordering places with Meteor JS
- Host: GitHub
- URL: https://github.com/yavorsky/cinemam
- Owner: yavorsky
- Created: 2013-05-07T09:16:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T11:33:08.000Z (about 11 years ago)
- Last Synced: 2023-04-05T00:27:13.632Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#CinemaM
Need application that help people order places in your cinema, at the conference or for other performance? CinemaM is what you need! It works with open-source platform [Meteor](http://meteor.com/main) and it is ultra-simple!
###Installation:
**Install Meteor:**
```$ curl https://install.meteor.com | /bin/sh```
**Create your project:**
```$ meteor create your_project```**Insert this app files to your_project**
**Run it locally:**
```
$ cd CinemaM
$ meteor
=> Meteor server running on: http://localhost:3000/
```
**For more information visit [Meteor Docs](http://docs.meteor.com/).**####[DEMO](http://cinemam.meteor.com/)