REST API service for music player application
Hello! 👋 This repository contains examples of RESTful APIs that can be used to build a music player application. This is built with [Asp.net Core] and uses Swagger UI for materialistic design.
- Clone the Repository.
- Build the solution using Visual Studio, or on the command line with
dotnet build
. You can double click on .sln file too. - Run the application. The API service will start up on http://localhost:5000, To use Swagger UI ,
http://localhost:5000/swagger/index.html
- Users can still use Postman as HTTP Client.