Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.15 KB

File metadata and controls

59 lines (43 loc) · 1.15 KB

To-Do Application Backend API

To-Do Application Backend API


To-Do Application Backend API

Description

This project provides a backend API for a To-Do (task management) application. The project includes features such as user management and authentication, going beyond basic CRUD operations.

Features

  • Authentication:

    • User registration and login
    • Secure session management with JWT (JSON Web Token)
  • User and Task Management:

    • Create and manage users
    • Create, update, and delete tasks
    • Update task status (completed, not completed)
  • Task Listing and Filtering:

    • List all tasks
    • Filter tasks by status
    • View details of a specific task

Installation

$ git clone https://github.com/bavertorun/TodoAppAPI.git
$ cd TodoAppAPI
$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

License

This project is MIT licensed.