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.
- Host: GitHub
- URL: https://github.com/ramonxm/graphql-api
- Owner: ramonxm
- License: mit
- Created: 2022-05-24T16:19:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T13:25:49.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:50:21.562Z (8 months ago)
- Topics: apollo-server, docker, graphql, graphql-subscriptions, graphql-tools, mongodb, mongooose
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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#