Skip to content

Simple RESTful API built with ASP.NET 5 to show how to create RESTful services using a decoupled, maintainable architecture.

Notifications You must be signed in to change notification settings

mariiaa-dev/CompanyWebApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Company API

Simple RESTful API built with ASP.NET 5 to show how to create RESTful services using a decoupled, maintainable architecture.

Frameworks and Libraries

How to Test

First, install .NET 6. Then, open the terminal or command prompt at the API root path (/src/CompanyWebApi/) and run the following commands, in sequence:

dotnet restore
dotnet run

Navigate to https://localhost:44395/api/Companies to check if the API is working. If you see a HTTPS security error, just add an exception to see the results.

Navigate to https://localhost:44395/swagger/ to check the API documentation and to test all API endpoints.

API Documentation

About

Simple RESTful API built with ASP.NET 5 to show how to create RESTful services using a decoupled, maintainable architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages