- Visual Studio 2022
- .NET 8 SDK
- SQL Server
- Clone the repository:
git clone https://github.com/ejbpz/asada-lisboa-backend.git- Navigate to the project directory:
cd asada-lisboa-backend- Restore packages:
dotnet restore- Apply migrations and update the database:
dotnet ef database update- Run the application:
dotnet run