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
- Host: GitHub
- URL: https://github.com/kiprasmel/custom-voting-app
- Owner: kiprasmel
- Created: 2018-11-10T14:41:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T13:43:20.000Z (almost 6 years ago)
- Last Synced: 2026-05-03T07:46:23.550Z (about 1 month ago)
- Topics: custom-voting, lt, react, reactjs, voting
- Language: JavaScript
- Homepage: https://voting.kipras.org
- Size: 550 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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**