Apollo WebOS 2 Backend
Go to file
2018-11-06 10:19:49 +01:00
apolloui@95ae5ac443 Added UI as submodule and as static in production, changed endpoint to /api/graphql 2018-11-06 10:19:49 +01:00
config Added UI as submodule and as static in production, changed endpoint to /api/graphql 2018-11-06 10:19:49 +01:00
migrations pools api 2018-10-26 14:28:32 +02:00
scripts os stats 2018-10-25 16:50:41 +02:00
src Added UI as submodule and as static in production, changed endpoint to /api/graphql 2018-11-06 10:19:49 +01:00
.dockerignore compressed binaries 2018-10-25 14:18:50 +02:00
.gitignore build scripts 2018-10-25 15:09:41 +02:00
.gitmodules Added UI as submodule and as static in production, changed endpoint to /api/graphql 2018-11-06 10:19:49 +01:00
.nvmrc Added miner & Setting list API 2018-11-02 11:11:08 +01:00
Dockerfile settings api / login api 2018-10-26 13:11:30 +02:00
knexfile.js Initial commit 2018-10-23 19:07:38 +02:00
Makefile build scripts 2018-10-25 15:09:41 +02:00
miner-test-server.js Added UI as submodule and as static in production, changed endpoint to /api/graphql 2018-11-06 10:19:49 +01:00
package.json Added nodemon to dev start script 2018-11-02 11:43:31 +01:00
README.md readme 2018-10-23 19:11:22 +02:00
yarn.lock Added nodemon to dev start script 2018-11-02 11:43:31 +01: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