Apollo WebOS 2 Backend
Go to file
Aleksander Barszczewski a7ddbb3088 sciprs
2018-10-25 11:26:25 +02:00
config Initial commit 2018-10-23 19:07:38 +02:00
migrations Initial commit 2018-10-23 19:07:38 +02:00
scripts sciprs 2018-10-25 11:26:25 +02:00
src Initial commit 2018-10-23 19:07:38 +02:00
.gitignore Initial commit 2018-10-23 19:07:38 +02:00
knexfile.js Initial commit 2018-10-23 19:07:38 +02:00
Makefile sciprs 2018-10-25 11:26:25 +02:00
package.json Initial commit 2018-10-23 19:07:38 +02:00
README.md readme 2018-10-23 19:11:22 +02:00
yarn.lock Initial commit 2018-10-23 19:07:38 +02:00

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