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 in the docs
folder.
Happy GraphQL coding! 🚀