Skip to content

rmeerburg/RockApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RockApp

A small webapi application showcasing some REST api endpoints with odata support, rudimentary authentication and authorization, a database and some unit tests.

Getting started

Clone the project and navigate to the RockApp directory.
Restore dependencies using

dotnet restore

Run the project using

dotnet run

A webserver is now listinging on http://localhost:5000/
Send HTTP requests to api/artists or api/songs. Tack on some OData operations to transform the response.
Check the code for all supported operations on those endpoints

Testing

Navigate to the RockApp.Test directory
Run

dotnet test

Built using

About

showcase for a small dotnet core api application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages