https://github.com/salithaucsc/graphql-bookhub
Application to search books developed using GraphQL, Express JS and React JS
https://github.com/salithaucsc/graphql-bookhub
bootstrap4 expressjs graphql mlab mongodb nodejs react reactjs
Last synced: 2 months ago
JSON representation
Application to search books developed using GraphQL, Express JS and React JS
- Host: GitHub
- URL: https://github.com/salithaucsc/graphql-bookhub
- Owner: SalithaUCSC
- Created: 2019-05-16T06:01:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T07:30:47.000Z (about 7 years ago)
- Last Synced: 2025-01-28T05:43:59.256Z (over 1 year ago)
- Topics: bootstrap4, expressjs, graphql, mlab, mongodb, nodejs, react, reactjs
- Language: JavaScript
- Homepage: https://gql-bookhub.herokuapp.com
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL-BookHub
Application to search books developed using GraphQL, Express JS and React JS.
### Front-end
Go into **client** folder.
Hit```npm install``` to install node modules
Use Command ```npm start```
URL => ```http://localhost:3000```
### Back-end
Go into **server** folder.
Hit ```npm install``` to install node modules
Use Command ```nodemon```
URL => ```http://localhost:5000```
### Application Demo is here deployed on Heroku
```https://gql-bookhub.herokuapp.com```
