Skip to content

im-ghost/library-app-api

Repository files navigation

library-app-api

This is a graphql api built with express-graphql

Getting Started

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.

Learn More

To learn more about express.js, take a look at the following resources:

You can check out the Express-graphql GitHub repository - your feedback and contributions are welcome!

Deploy on Heroku

The easiest way to deploy your Expressjs app is to use the Heroku Platform .