/CrazyPost

WebApi .NET Core

Primary LanguageC#MIT LicenseMIT

CrazyPost

It is REST Api designed with ASP.NET Core

Testing it out

  1. Clone this repository
  2. Build the solution using Visual Studio
  3. Run the project. The API will start up on http://localhost:51393/
  4. Use an HTTP client like Postman
  5. Use swagger to explore API and generate client for available languages 'https://swagger.io/'
  6. After running app please navigate to 'http://localhost:51392/swagger' to see all API Definitions