Skip to content

Inkubio's Apoptoosi XV Annual Ball website

Notifications You must be signed in to change notification settings

linda-wederhorn/Apoptoosi

 
 

Repository files navigation

Apoptoosi

How do I drive this?

Seuraa linkin ohjeita.

https://www.microsoft.com/net/learn/get-started-with-dotnet-tutorial#linuxubuntu

Asennetaan EntityFramework slqitelle

>>dotnet add package Microsoft.EntityFrameworkCore.Sqlite
>>dotnet add package Microsoft.EntityFrameworkCore.Design

Ajetaan db käyttöön

>>dotnet ef migrations add InitialCreate
>>dotnet ef database update

Komentoriviltä

../Apoptoosi/apoptoosi>>dotnet run

Voilá! API Serverin pitäis löytyä komentorivin urlista.

Esimerkiksi

...
Now listening on: https://localhost:5001
Now listening on: http://localhost:5000
...

API kutsuja voi kokeilla esimerkiksi tekemällä kutsun

http://localhost:5000/api/registrationData/registrations

About

Inkubio's Apoptoosi XV Annual Ball website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.6%
  • C# 42.8%
  • HTML 8.1%
  • CSS 4.5%