This is a boilerplate project for building GraphQL APIs using NestJS framework. It is designed to provide a starting point for developers who want to quickly build scalable and maintainable GraphQL APIs with NestJS.
- GraphQL API using Apollo Server
- Modular architecture with NestJS modules
To get started with this boilerplate project, follow the steps below:
- Clone the repository:
git clone https://github.com/zircon-tech/nestjs-graphql.git
- Install dependencies:
cd nestjs-graphql
npm install
- Start the server:
npm run start:dev
- Open the GraphQL Playground:
Go to http://localhost:3000/graphql in your browser to open the GraphQL Playground and start testing the API.
To run tests, use the following command: npm test This will run both unit and E2E tests using Jest.
This project is licensed under the MIT License. Feel free to use and modify it according to your needs.