Skip to content

natandias/REST-API-with-.NET-Core-3.1

Repository files navigation

REST API with .NET Core 3.1

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.

Getting Started

Install dependencies

dotnet build

Generate SQLite database

dotnet ef database update

Run code

dotnet run watch

You can use Postman to test the API. Import the file Commander.postman_collection.json to save you some time.

Built with

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages