Commit Graph

2 Commits (202c35b5174117edae83f9c0b06253640ebdb4a8)

Author SHA1 Message Date
Icedream 202c35b517
Start implementing MySQL data fetching.
gitea/icedream/vizon-countdown-website/develop There was a failure building this commit Details
- Create Drawing component to display drawing information.
- Add SQL file to create view to filter for amount of correctly matched numbers.
- Use pooled connections for MySQL connections.
- Implement API endpoint "status", not done yet, needs to query from above mentioned view.
- Add more npm scripts that interact with docker/docker-compose.
- Allow web container to write back to source folder.
2017-08-23 14:59:12 +02:00
Icedream 9bea67e1b1
Set up docker as development environment.
gitea/icedream/vizon-countdown-website/master There was a failure building this commit Details
- Docker will be used to provide a working stack with a MySQL server and phpMyAdmin as we're planning to rebuild the website to include results and winners from drawings.
- Fix dependencies/devDependencies.
2017-08-22 22:21:26 +02:00