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

https://github.com/kitimark/mongodb-graphql-sample


https://github.com/kitimark/mongodb-graphql-sample

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mongodb GraphQL workshop
This is grapdql api connect native with mongodb

## Script
### For server
```
# init server
$ docker-compose up -d
# remove server
$ docker-compose down
```
### For api
```
# init project
$ npm install
# run api for dev
$ npm run dev
```