An open API service indexing awesome lists of open source software.

https://github.com/mat-sz/todo-api

📋 A project management app with support for multiple projects, users and lists. C# (asp.net core) backend.
https://github.com/mat-sz/todo-api

asp-net-core backend csharp project-management todo

Last synced: 2 months ago
JSON representation

📋 A project management app with support for multiple projects, users and lists. C# (asp.net core) backend.

Awesome Lists containing this project

README

        

# todo-api

I'm building a todo app with support for multiple projects, users and lists in C# and React.js.

This is the backend, it's very much not production-ready yet.

## Running

Run: ```dotnet ef database update``` to create a database (sqlite).

After that: ```dotnet run```