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.
- 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.
- Open your terminal.
- Clone this Git repository with the following command :
git clone https://github.com/YouvaLo/todo-list-api-graphql.git
cd todo-list-api-graphql
docker-compose up --build