generate a readme file for a github repo for nestjs typescript graphql boilerplate
This repository contains a ready-to-use boilerplate for building a GraphQL API using NestJS and TypeScript.
- NestJS as the web framework
- TypeScript for statically typed programming
- GraphQL for API implementation
- Apollo Server for GraphQL server integration with NestJS
- TypeORM for database integration
- Clone the repository
shell
$ git clone https://github.com/nemmarramos/nestjs-typescript-graphql-boilerplate.git
- Install dependencies
ruby
$ npm install
- Set environment variables in
.env
file - Start the development server
ruby
$ npm run start:dev
- Access GraphQL Playground at
http://localhost:3000/graphql
Feel free to contribute to this repository by creating pull requests or opening issues for bug fixes or new features.
This repository is licensed under the MIT license.