This project is built with Net Core 5.0 Framework
The project will generate automatically the database based on "code first" approach. Needs a SQL Database instance called localhost, in the case will be a different name, must be changed in appsettings.json file in NewShoreAirConnection Connection String of NewShoreAir.API project.
- Compile the app in order to check the Nuget Packages.
- Run the app using NewShoreAir.API profile. App will run as self-hosted
- App creates the database from scratch
- App runs Swagger Page
NewShoreAir.DataAccess/Common contains SeedData.sql file with seed data for testing. If you prefer, you can add yours.