/todo-graphql

Docker composed simple todo service

Primary LanguageJavaScriptOtherNOASSERTION

Simple TODO App

License: MIT

Description

Creates a "todo" web application using containerized vite/react application that uses a graphql backend.

The service is orchestrated using docker compose.

Much of the code was produced using ChatGPT4 and the Copilot extension for VSCode.

Chat Session

Installation

Build and run service

> cd todo-app
> npm install
> npm run build
> cd ..
> docker compose up --build -d

UI localhost:3000 Graphql localhost:4000

Cleanup

> docker compose down

License

This project is licensed under the MIT License.