This is a graphql api built with express-graphql
First, run the development server:
npm run server
# or
yarn server
Open http://localhost:5000 with your browser to see the result.
The main app file is in app.js
The only API route can be accessed on http://localhost:5000/. This endpoint can be edited in app.js
.
To learn more about express.js, take a look at the following resources:
- Express.js Documentation - learn about Expressjs.
- Express graphql - Learn about express-graphql.
You can check out the Express-graphql GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Expressjs app is to use the Heroku Platform .