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

https://github.com/ramonxm/graphql-api

✨ | A GraphQL API with Apollo Server, MongoDB and Mongoose.
https://github.com/ramonxm/graphql-api

apollo-server docker graphql graphql-subscriptions graphql-tools mongodb mongooose

Last synced: 6 months ago
JSON representation

✨ | A GraphQL API with Apollo Server, MongoDB and Mongoose.

Awesome Lists containing this project

README

          

# graphqlAPI
✨ | A GraphQL API with Apollo Server, MongoDB and Mongoose.
#

## How to use

- Add dependencies
```shell
$ yarn
```
#
Create a docker image MongoDB in port `27017`
#

Start server
```shell
$ yarn dev
```
And use :)
#

## Tools

- Apollo Server
- Mongoose
- MongoDB
- GraphQL
- GraphQL Subscriptions
- GraphQL Tools

#