mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-20 07:00:42 +02:00
Apollo WebOS 2 Backend
apolloui@95ae5ac443 | ||
config | ||
migrations | ||
scripts | ||
src | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.nvmrc | ||
Dockerfile | ||
knexfile.js | ||
Makefile | ||
miner-test-server.js | ||
package.json | ||
README.md | ||
yarn.lock |
apolloapi
Install
$ yarn
Run dev
$ yarn dev
It will:
- Create .env file in app directory with following variables
- DATABASE_URL=
- APP_SECRET
- Create sqlite database
futurebit.sqlite
in app directory and run pending migrations - Start GraphQL API on http://localhost:5000/graphql