Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geodoo/graphql-test
https://github.com/geodoo/graphql-test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/geodoo/graphql-test
- Owner: GeoDoo
- Created: 2020-08-03T15:17:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:16:32.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T01:11:14.415Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to run the app
```bash
$ npm install
$ npm server:start
$ npm start
```The Apollo server runs on http://localhost:4000 and the client on http://localhost:8080
Enjoy!