/CourseApi

REST Api for teaching purposes

Primary LanguageC#

CourseApi

REST Api for teaching purposes

This application uses .NET Core.

How to run

  • Clone the project (to some location which makes sense)
  • Open the /src folder in terminal, cmd or bash
  • Insert command 'dotnet restore'
  • Open the /CourseApi in the /src folder
  • Insert command 'dotnet run'

Now the API is up and running on http://localhost:5000 and the route of the api is located at http://localhost:5000/api/v1/courses, when doing post requests remember to put HTTP header 'Content-Type' : 'application/json'

Available resources are: