SWT2 - Bogenliga Application - Docker Infrastruktur zum Projekt
Run script/server.sh
to
- clone project repositories
- setup git configuration
- install node dependencies
- build frontend
- copy frontend files to the frontend docker
- build backend
- copy jar file to the backend docker
- start docker
Run script/reset.sh
to delete all generated files(!)
- migrate database
- start dev mode (only start database)
- fix file permissions
- Angular Tutorial: https://angular.io/tutorial
- Bootstrap W3 Schools: https://www.w3schools.com/bootstrap4/default.asp
- Flexbox: http://grochtdreis.de/schulungen/html5days-2018-1/flexbox-praxis/index.html#/
- Redux: https://redux.js.org/basics
- Icons: https://material.io/tools/icons/?style=baseline
- Testing: