Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Experimental NestJS-GraphQL project from NestJS Zero to Hero

Notifications You must be signed in to change notification settings

sluo10/nestjs-graphql-mongodb

Repository files navigation

NestJS GraphQL MongoDB

This project is a simple GraphQL server that can create lessons and assign them to students with a MongoDB datastore and TypeORM.

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app locally

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

Support

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.

Stay in touch

License

Nest is MIT licensed.

About

Experimental NestJS-GraphQL project from NestJS Zero to Hero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published