apolloapi-v2/README.md
Aleksander Barszczewski d370c57620 readme
2018-10-23 19:11:22 +02:00

325 B

apolloapi

Install

$ yarn

Run dev

$ yarn dev

It will:

  1. Create .env file in app directory with following variables
  • DATABASE_URL=
  • APP_SECRET
  1. Create sqlite database futurebit.sqlite in app directory and run pending migrations
  2. Start GraphQL API on http://localhost:5000/graphql