Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustoscher/graphql-server
Node and GraphQL server with Apollo.
https://github.com/augustoscher/graphql-server
apollo docker graphql mongodb mongoose
Last synced: about 3 hours ago
JSON representation
Node and GraphQL server with Apollo.
- Host: GitHub
- URL: https://github.com/augustoscher/graphql-server
- Owner: augustoscher
- Created: 2022-03-25T14:43:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T16:39:51.000Z (about 1 year ago)
- Last Synced: 2023-09-03T17:02:45.825Z (about 1 year ago)
- Topics: apollo, docker, graphql, mongodb, mongoose
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-server
Node and GraphQL server with Apollo.
Backend for https://github.com/augustoscher/search-app project.### Running
Running the application with docker:
```sh
make dev-logs
```