This repository provides a powerful GraphQL server built with NestJS, along with a client-side playground for easy API exploration and testing. Whether you're developing a new GraphQL-based application or just want to experiment with GraphQL queries and mutations, this project offers a convenient setup.
pnpm i
.cp .env.example .env
and update your DATABASE_URL
and NODE_ENV
mode .npx prisma generate
&& npx prisma db seed
pnpm run:dev
or use Docker for containerized development.http://localhost:3000/graphql
and begin exploring your API.Feel free to modify and extend this project to suit your specific needs. You can add new GraphQL types, resolvers, and services to build out your API, or integrate it into your existing NestJS project.
For detailed information on how to use and extend this GraphQL NestJS server, check out the documentation cd docs && pnpm i && pnpm dev
.
Contributions, bug reports, and feature requests are welcome! Please open an issue or create a pull request to collaborate with the community.
This project is licensed under the MIT License.
Happy GraphQL coding!🔥