A simple EMS to learn my c# and dotnet skills.
How to run:
- Clone the project
- Copy and update your env values from
.env.local
to.env
- Run
docker compose up
- Run migrations with
dotnet ef database update
- Run
dotnet run
- Open a browser and navigate to
http://localhost:5071/swagger