2015-08-19 13:54:20 +00:00
|
|
|
# ENSL Gathers App
|
2015-07-20 22:47:18 +00:00
|
|
|
|
|
|
|
## Status
|
|
|
|
|
2015-08-17 13:50:59 +00:00
|
|
|
A realtime micro web service to organise gathers for ENSL.org
|
2015-07-20 22:47:18 +00:00
|
|
|
|
2015-07-22 15:20:28 +00:00
|
|
|
## Design Goals
|
|
|
|
|
|
|
|
1) Create a nice place where the NS2 community can assemble and have fun
|
2015-07-29 10:47:01 +00:00
|
|
|
|
2015-07-22 15:20:28 +00:00
|
|
|
2) Create an efficient, easy-to-use and flexible system to create NS2 gathers
|
2015-07-29 10:47:01 +00:00
|
|
|
|
2015-07-22 15:20:28 +00:00
|
|
|
3) Support the modern web and basic usability expectactions (e.g. realtime, phone and tablet friendly)
|
|
|
|
|
|
|
|
That's it
|
|
|
|
|
2015-08-19 13:54:20 +00:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- node.js 0.12
|
|
|
|
|
|
|
|
- MongoDB
|
|
|
|
|
2015-07-20 22:47:18 +00:00
|
|
|
## Run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install
|
|
|
|
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
MIT Licensed
|