A full-stack To-Do list app built with:
- Frontend: Next.js + Apollo Client
- Backend: Express.js + Apollo Server (GraphQL)
- Database: Prisma + PostgreSQL (or SQLite)
- Create, update, delete tasks
- Filter tasks by status
- GraphQL API with type-safe resolvers
- Separated frontend & backend (monorepo)
git clone git@github.com:Eiji1002/Todo_graphql.git
cd Tasks