Web based management app for working with employees and projects.
docker compose
Caution
Linux users should have ~/.dotnet/tools
in their $PATH
Clone and enter the repository
git clone https://github.com/lmihailovic/FilmStudioManager
&& cd FilmStudioManager
Start the database container
docker-compose up -d
Apply the migrations and start the project
dotnet ef database update
&& dotnet run