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.
- Host: GitHub
- URL: https://github.com/mat-sz/todo-api
- Owner: mat-sz
- License: bsd-3-clause-clear
- Created: 2019-12-08T15:43:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T16:37:38.000Z (over 5 years ago)
- Last Synced: 2025-01-10T03:33:50.240Z (4 months ago)
- Topics: asp-net-core, backend, csharp, project-management, todo
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```