Installation Instructions
You must have the Node.js and npm installed before this steps.For more[Node.js](https://nodejs.org/en/download/)
- Clone the Repo:
$ git clone https://github.com/rizikolik/express-apollo-api.git
$ cd express-apollo-api
- Install the app with the help of
package.json
:
$ yarn install
or with npm
$npm i
- Start the server :
$ yarn build
$yarn start
with npm
$ npm run build
$npm run start
Default Express.js routes are start with /api Graphql routes starts with /graphql
Deployment
Deployed at Heroku @ https://express-apollo-api.herokuapp.com/api
Graphql queries can be done at @ https://express-apollo-api.herokuapp.com/graphql
Check collection with Postman :
Testing
After cloning the app and installation process please run :
$yarn test
Other
👤 Yunus TURE
- Github: @rizikolik
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Fork it (https://github.com/rizikolik/express-apollo-api.git/fork)
Create your working branch (git checkout -b [choose-a-name])
Commit your changes (git commit-m "commit")
Push to the branch (git push origin [chosen-name])
Create a new Pull Request