Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateuschaves/school-management-nestjs-graphql-course
- Owner: mateuschaves
- Created: 2020-06-06T20:39:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T03:12:33.000Z (9 months ago)
- Last Synced: 2024-04-13T16:37:59.878Z (9 months ago)
- Topics: graphql, mongodb, nestjs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 1.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```