Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateuschaves/school-management-nestjs-graphql-course

☸️ Repository with the project developed in NestJS Zero to Hero course
https://github.com/mateuschaves/school-management-nestjs-graphql-course

graphql mongodb nestjs typeorm typescript

Last synced: about 2 months ago
JSON representation

☸️ Repository with the project developed in NestJS Zero to Hero course

Awesome Lists containing this project

README

        

## Description

☸️ School management NestJS API + GraphQL + MongoDB developed in NestJS Zero to Hero course

## Installation

```bash
$ npm install
```

## Technologies

:white_check_mark: NestJS\
:white_check_mark: Typescript\
:white_check_mark: GraphQL\
:white_check_mark: TypeORM\
:white_check_mark: MongoDB

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```