The customized soccer betting game for the UEFA Europe Championship 2020
It's an application made with Angular for the frontend and Express for the backend. It's packed into a docker container.
- In the
api
folder runnpm install
. - Start the api from the
api
folder withnpm start
. - In the
AGTippspiel
folder runnpm install
. - Start the frontend with
ng serve
.
Run the build / deploy script in the docker
folder using bash.