This project is a simple GraphQL server that can create lessons and assign them to students with a MongoDB datastore and TypeORM.
Nest framework TypeScript starter repository.
$ npm install
First, spin up a Mongo Database locally
docker run --name mongo -p 27017:27017 -d mongo
Then, run the application
# development
$ npm run start
# watch mode
$ npm run start:dev
After the application starts, you can open up the GraphQL console.
$ localhost:3000/graphql
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.