An open API service indexing awesome lists of open source software.

https://github.com/almirjnr/dio-csharp-api-rest


https://github.com/almirjnr/dio-csharp-api-rest

api-rest bootcamp-dio bootcamp-project csharp unimed-bh

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          


Bootcamp Logo

C# Coding Challenge


DIO SERIES CRUD API





## This Project Contains:
- OOP
- Api Rest Foundations
- .NET 6
- ASP.NET Core


## Get it running:
On the project folder, run:

```dotnet run```

the following ports are going to be listened:
- for https: https://localhost:7127
- for http: http://localhost:5174

## Documentation links:
- for https: https://localhost:7127/swagger/index.html
- for http: http://localhost:5174/swagger/index.html

## Default Api links:
- for https: https://localhost:7127/api/v1/
- for http: http://localhost:5174/api/v1/

## Series Services links:
- for https: https://localhost:7127/api/v1/Series/
- for http: http://localhost:5174/api/v1/Series/





Api Swagger Documentation


Swagger Image