This project demonstrates a simple GraphQL API using Node.js, Express, and Apollo Server. It includes a User
and Todo
type, with hardcoded mock data and relations.
Start only server: npm run dev:server
Start only client: npm run dev:client
Start both together: npm run dev