A simple REST API that implements CRUD operations on a SQLite database. Its main objective is to save, update and make available for consultation software development related commands.
Based on this tutorial.
Install dependencies
dotnet buildGenerate SQLite database
dotnet ef database updateRun code
dotnet run watchYou can use Postman to test the API. Import the file Commander.postman_collection.json to save you some time.