Simple locally run web application for tracking tasks. The app uses an Angular frontend and a ASP.NET Core backend.
The app has been made to be run inside a docker container. The set-up process is as follows:
- Clone the repository
- Run
docker compose up -d
(note you must have docker desktop installed prior) - Access the app at
http://localhost:4200