Commit Graph

3 Commits (93a86f81220b35ac64100008af53c1fec5d91faf)

Author SHA1 Message Date
Icedream 93a86f8122
Completely restructure all files to use Lerna, Webpack and Babel.
gitea/icedream/vizon-countdown-website/feature%2Fwebpack This commit looks good Details
We're completely moving away from nwb with this commit and fully set up
on developing a backend and a frontend as two separate code bases.
2017-08-29 00:44:56 +02:00
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