Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasfogliarini/hungry_zombies

Poll for hungry developers
https://github.com/lucasfogliarini/hungry_zombies

javascript meteor mongodb nodejs

Last synced: about 1 month ago
JSON representation

Poll for hungry developers

Awesome Lists containing this project

README

        

### Setup

- Install [Node.js](https://nodejs.org/en/download/) or via [package manager](https://nodejs.org/en/download/package-manager/)
- Install [Meteor.js](https://www.meteor.com/install)
- Install [MongoDB Community Edition](https://docs.mongodb.com/manual/administration/install-community/)

### Running the app

```bash
cd /hungry_zombies
meteor npm install
meteor
```
running on [http://localhost:3000](http://localhost:3000)

### Actions & Permissions
- Vote
- Add restaurants
- Remove restaurants __admin__
- Setup poll endtime __admin__
- Reset today's poll __admin__

### Users and passwords
| username | password | admin |
|-------------|-----------|---------|
| facilitador | 123456 | x |
| dev1 | 123456 | |
| dev2 | 123456 | |
| dev3 | 123456 | |