Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 947 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 947 Bytes

The Great Pizza Test - API

  • 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.

Instructions

  • Run the TheGreatPizzaTest.Web project to start the API server. It should be running on https://localhost:5001.

Troubleshooting

  • If the database does not connect, please change the ConnectionStrings:DefaultConnection configuration under appsettings.Development.json accordingly.
  • If your front-end is running in a url other than http://localhost:4200, please change the AllowedOrigins configuration under appsettings.Development.json accordingly.