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

https://github.com/nika2811/todoapp

ASP.NET CORE WEB API
https://github.com/nika2811/todoapp

api do to to-do todo

Last synced: about 1 month ago
JSON representation

ASP.NET CORE WEB API

Awesome Lists containing this project

README

        

# Todo App

The goal of the project is to create a web application where users can create tasks and manage them.

## Technical requirements

- The web application must use the ASP.NET Core Web Api
- Angular must be used for the interface
- Data should be stored in SQL Server database
- Entity Framework Core must be used to connect to the database

## functions

### User account

- Users must be able to create an account and log in to the application
- Users should be able to recover their password if they forget it
- Access to the application should be possible only after authorization

### assignments

- Users should be able to create tasks with a name, description and due date
- Users should be able to mark a task as completed or cancelled
- Users should be able to see a list of their tasks (sorted by due date)
- Users should be able to search tasks by name and description