- This project was generated with ASP.NET Core in .NET 5.
- EF Core was used as ORM with SQL Server, using a DB-First approach.
- Swagger was used to document API endpoints.
- Run the
TheGreatPizzaTest.Web
project to start the API server. It should be running onhttps://localhost:5001
.
- If the database does not connect, please change the
ConnectionStrings:DefaultConnection
configuration underappsettings.Development.json
accordingly. - If your front-end is running in a url other than
http://localhost:4200
, please change theAllowedOrigins
configuration underappsettings.Development.json
accordingly.