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: 4 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T12:19:35.000Z (10 months ago)
- Last Synced: 2025-01-18T09:19:15.687Z (6 months ago)
- Topics: graphql, mongodb, nestjs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
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
```