We bike around the globe
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
AGtiv
folder runnpm install
. - Start the frontend with
ng serve
.
Run the build / deploy script in the docker
folder using bash.