TODO REST API

Project Image 1
Project Image 2
Project Image 3

Project Information


TODO REST API

This is a project to create REST API endpoints for a Todo application that allows users to create, view, update, and delete Todo items. The backend of the application needs to be created using Express and must function correctly using JSON responses with JSend. JWT authentication will be used, and all data will be stored in a MySQL database named "todoDatatabase. The application should be tested using JEST and Supertest, and documentation should be created using Postman with at least one positive and negative example for each request, specifying the type and description of all request parameters.