gabrielrigon / dotnet_core_playground

A simple todo API built with .NET Core πŸ“š

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Core 2.2 Playground

Project created to explore the structure of APIs using .NET Core 2, helping to implement resources and understand them.

Roadmap 1 (on branch master)

  • Initialize the project with dotnet CLI
  • Create a model and context
  • Implement InMemoryDatabase for TodoItems
  • Create controller with CRUD actions

Roadmap 2 (on branch feat/mongo-db)

  • Remove InMemoryDatabase
  • Implement TodoService which provides a MongoDB methods (CRUD)

Requirements

Running the project

To run this project, you just need to install the dependencies and execute the following command:

$ dotnet run

After that, you can send requests to TodoController and interact with actions.

About

A simple todo API built with .NET Core πŸ“š


Languages

Language:C# 100.0%