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
- Host: GitHub
- URL: https://github.com/almirjnr/dio-csharp-api-rest
- Owner: AlmirJNR
- Created: 2022-07-28T14:31:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T19:31:05.000Z (about 3 years ago)
- Last Synced: 2025-01-20T05:37:50.750Z (9 months ago)
- Topics: api-rest, bootcamp-dio, bootcamp-project, csharp, unimed-bh
- Language: C#
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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
![]()