Skip to content

lmihailovic/FilmStudioManager

Repository files navigation

Film Studio Manager

Web based management app for working with employees and projects.

image

Requirements

  • docker compose

Caution

Linux users should have ~/.dotnet/tools in their $PATH

Getting started

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

About

Web based management app for working with employees and projects

Resources

License

Stars

Watchers

Forks