https://github.com/z3ut/lottery
Schedule /roll website
https://github.com/z3ut/lottery
Last synced: 5 days ago
JSON representation
Schedule /roll website
- Host: GitHub
- URL: https://github.com/z3ut/lottery
- Owner: z3ut
- Created: 2019-05-27T16:24:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T16:28:45.000Z (about 7 years ago)
- Last Synced: 2025-03-03T11:35:50.742Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lottery
Schedule /roll website
## Description
Schedule rolls with parameters - roll range, date, description. Find scheduled and completed rolls by id.
## Development
Env variables:
- LOTTERY_DB_USER
- LOTTERY_DB_PASSWORD
- LOTTERY_DB_NAME
- LOTTERY_DB_HOST
- LOTTERY_SERVER_PORT
- LOTTERY_SERVER_HOST - used for Location HTTP Header and fetching api from client
Start with Docker compose:
```
docker-compose down -v --rmi all --remove-orphans
docker-compose build --no-cache
docker-compose up --force-recreate
```
Navigate to http://locahost:80