This is an auth todo application built with Next.js, jsonwebtoken, GraphQL, Apollo Server, and MongoDB.
- Add new todos
- Mark todos as complete or incomplete
- Delete todos
- View list of todos
- Next.js: A React framework for building server-side rendered and statically generated applications.
- GraphQL: A query language for APIs and a runtime for executing those queries.
- Apollo Server: A GraphQL server that integrates with various data sources.
- MongoDB: A NoSQL database for storing todo data.
- JSON Web Token (JWT): A compact, URL-safe means of representing claims to be transferred between two parties.
To run the todo app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/thefutureseer/nexttodo.git