Skip to content

This project implements a simple ToDo List API using GraphQL to manage tasks. It uses PostgreSQL for data management and Docker Compose to facilitate running in a containerized environment.

Notifications You must be signed in to change notification settings

YouvaLo/todo-list-api-graphql

Repository files navigation

API ToDo List with Graphql

Description

This project implements a simple ToDo List API using GraphQL to manage tasks. You can add, modify, delete, and list tasks. It uses PostgreSQL for data management and Docker Compose to facilitate running in a containerized environment.

Features :

  • Add a user
  • Add a task
  • Modify a task
  • Delete a task

Avant de commencer, vous devez avoir installé les outils suivants :

  • Node.js (version >= 16)
  • Docker et Docker Compose to run the application and database containers.

Clone the project

  1. Open your terminal.
  2. Clone this Git repository with the following command :
git clone https://github.com/YouvaLo/todo-list-api-graphql.git
cd todo-list-api-graphql

Run the project

docker-compose up --build

About

This project implements a simple ToDo List API using GraphQL to manage tasks. It uses PostgreSQL for data management and Docker Compose to facilitate running in a containerized environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published