hugocruzlfc / nest-fundamentals-course-graphql-schema-first

Nest fundamentals course. GraphQL schema-first approach.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Adding dependencies

npm i @nestjs/graphql graphql @nestjs/apollo apollo-server-express ts-morph
npm install @nestjs/typeorm typeorm pg
npm i class-validator class-transformer

Generate types

npx ts-node src/generate-types

About

Nest fundamentals course. GraphQL schema-first approach.


Languages

Language:TypeScript 93.7%Language:JavaScript 6.3%