https://github.com/chiedev/graphql-readinglists
https://github.com/chiedev/graphql-readinglists
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chiedev/graphql-readinglists
- Owner: chiedev
- Created: 2020-09-21T01:44:32.000Z (over 5 years ago)
- Default Branch: server
- Last Pushed: 2020-09-21T01:51:29.000Z (over 5 years ago)
- Last Synced: 2025-01-23T02:12:48.128Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Start Server
``` nodemon app ```
localhost:4000/graphql
# Start Client
``` npm start ```
localhost:3000