jerembdn / nestjs-graphql-boilerplate

NestJS GraphQL Boilerplate is a blank nestjs projects that uses graphql, use this template to start your app using NestJS with a GraphQL server as a complete API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS GraphQL API Boilerplate

Social

Description

NestJS GraphQL API Boilerplate is a boilerplate to start a NestJS GraphQL API with a lot of features.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Community

The onRuntime Studio community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

To chat with other community members and see the live development you can join the Discord.

Our Code of Conduct applies to all community channels.

Contributing

Please see our contributing rules.

Authors

License

NestJS GraphQL API Boilerplate is MIT licensed.

About

NestJS GraphQL Boilerplate is a blank nestjs projects that uses graphql, use this template to start your app using NestJS with a GraphQL server as a complete API.

License:MIT License


Languages

Language:TypeScript 91.8%Language:Shell 8.2%