Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 334 Bytes

File metadata and controls

11 lines (10 loc) · 334 Bytes

How Do You Do This? API

C# project to provide a RESTful API to support CRUD operations for my front end How Do You Do This? application

Features:

  • Support for three models
    -- Question
    -- Solution
    -- User
  • Relational database
  • Three controllers for three models.
  • Ability to search by tag in question API