This project was generated using Nx.
After cloning the repository, this project could be run using docker compose:
docker compose up
# or
docker compose up -d
API is developed with NestJS.
After running the services you can navigate to https://localhost:3000/api to check the API.
Web is developed with Angular.
After running the services you can navigate to https://localhost:4200 to view the WEB interface.
This app is only for testing purposes and trying things out. In order to make it for production ready a lot of things needs to be changed.