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

https://github.com/kiprasmel/custom-voting-app

[LT 🇱🇹] Voting web app with advanced poll configuration in React — https://voting.kipras.org
https://github.com/kiprasmel/custom-voting-app

custom-voting lt react reactjs voting

Last synced: about 1 month ago
JSON representation

[LT 🇱🇹] Voting web app with advanced poll configuration in React — https://voting.kipras.org

Awesome Lists containing this project

README

          

# Custom voting app

## Serve in production

* ~~in the remote machine, make sure port `5000` is not taken, then run~~

```sh
git clone git@github.com:kipras/custom-voting-app.git
cd custom-voting-app
sudo docker-compose up --build
```

* ~~take a walk~~

* or, if you're a danker individual

```sh
sudo docker run -p 5000:5000 kipras/custom-voting-app
```

## Todos

- Create `docker-compose.yml`

- way later - implement user auth & change Poll.js Model's author to be ObjectId & modify create poll route & it's dependants

**Copyright (c) Kipras Melnikovas 2018**