Skip to content

ifrah-ashraf/todos-psql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Application

This project implements a Todo application with two interconnected tables: todos and todos_user.

Overview

  • Tables:
    • todos: This table stores the individual todo items.
    • todos_user: This table manages the relationship between users and their todos, connected through foreign keys.

API Design

I have designed and implemented APIs for both the todos and todos_user tables, allowing for comprehensive CRUD (Create, Read, Update, Delete) operations.

Testing

All API functionalities were tested using Postman to ensure proper operation and data management.


Feel free to explore the project and its features!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published