Use these instructions to get the project up and running.
You will need the following tools:
Follow these steps to get your development environment set up:
-
Clone the repository
-
At the root directory, restore required packages by running:
dotnet restore
-
Next, build the solution by running:
dotnet build
-
Next, execute the project by running:
dotnet run
- .NET 6
- ASP.NET Core 6
- Entity Framework Core 6
- Postgresql
Distributed under the MIT License. See LICENSE.txt
for more information.