Skip to content
Snippets Groups Projects

Topic/128 web apis

Merged L. Ellenbeck requested to merge Topic/128-webApis into Product/118-migrationForProjectAPI
47 files
+ 4190
1
Compare changes
  • Side-by-side
  • Inline
Files
47
docs/home.md 0 → 100644
+ 20
0
# Project Api
This Api represents the connection to the projects.
## NuGet packages
To use Kestrel you need to add the following NuGet packages:
* ```Microsoft.AspNetCore.Server.Kestrel```
* ```Microsoft.AspNetCore.Mvc```
* ```Microsoft.AspNetCore```
## Https usage
Generate a developer certificate: ```dotnet dev-certs https```
and then trust the generated certificate ```dotnet dev-certs https --trust```
## Testing the new server
The server ist now available under: https://localhost:5001/ (port may be different!)
\ No newline at end of file
Loading