Skip to content

bavertorun/TodoAppAPI

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors