Skip to content

Web based management app for working with employees and projects

License

Notifications You must be signed in to change notification settings

lmihailovic/FilmStudioManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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