Skip to content

This NestJS GraphQL project boilerplate on GitHub is a starter kit for building GraphQL APIs using the NestJS framework

Notifications You must be signed in to change notification settings

wolivera/nestjs-graphql

Repository files navigation

Nest Logo

NPM Version Package License

NestJS GraphQL Project Boilerplate

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.

Features

  • GraphQL API using Apollo Server
  • Modular architecture with NestJS modules

Getting Started

To get started with this boilerplate project, follow the steps below:

  1. Clone the repository:
git clone https://github.com/zircon-tech/nestjs-graphql.git
  1. Install dependencies:
cd nestjs-graphql
npm install
  1. Start the server:
npm run start:dev
  1. Open the GraphQL Playground:

Go to http://localhost:3000/graphql in your browser to open the GraphQL Playground and start testing the API.

Testing

To run tests, use the following command: npm test This will run both unit and E2E tests using Jest.

License

This project is licensed under the MIT License. Feel free to use and modify it according to your needs.

About

This NestJS GraphQL project boilerplate on GitHub is a starter kit for building GraphQL APIs using the NestJS framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published