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
- Host: GitHub
- URL: https://github.com/nika2811/todoapp
- Owner: nika2811
- Created: 2023-01-26T17:04:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T13:46:49.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:19:33.765Z (3 months ago)
- Topics: api, do, to, to-do, todo
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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