app image

Portfolio


Parks API



This API was built as an exercise in creating a RESTful web API with full CRUD functionality. It may be used to read/write onto an SQL database structured with a two table schema and various properties detailing seeded data from a custom list of national and state parks. This API also flexes a couple bonus features in the form of very basic API versioning and an open-source display tool courtesy of Swagger-UI for neatly visualizing all requests/responses in the browser.

app image

Tech Specs

  • C#
  • ASP.NET Core MVC
  • MySQL
  • Entity Framework Core 2.2.6
  • Identity
  • NSwag 13.3.0
  • Postman