https://github.com/kitimark/mongodb-graphql-sample
https://github.com/kitimark/mongodb-graphql-sample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitimark/mongodb-graphql-sample
- Owner: kitimark
- Created: 2019-10-14T23:58:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:25:41.000Z (over 3 years ago)
- Last Synced: 2025-03-22T22:43:40.932Z (over 1 year ago)
- Language: JavaScript
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```