Skip to content

.NET Repository for the winner team of Baernhaeckt2022

License

Notifications You must be signed in to change notification settings

baernhaeckt/Backend2022

Repository files navigation

Backend2022

.NET Repository for the winner team of Baernhaeckt2022

PostgreSQL DB Migrations

Open the NuGet Manager Console in Visual Studio.

Add-Migration -Name Setup -Project MixMeal.Persistence.PostgreSQL -StartupProject MixMeal.Web

Data Seeding

To create the initial data a seeding application has been created:

Connection detail of the targeted web application can be configured via the "appsettings.json".

The console app is using cocona for help when using in the console.

Example call: ./MixMeal.Seeder.exe seed --seed Ingredient

About

.NET Repository for the winner team of Baernhaeckt2022

Topics

Resources

License

Stars

Watchers

Forks

Languages