mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
Apollo WebOS 2 Backend
config | ||
migrations | ||
scripts | ||
src | ||
.gitignore | ||
knexfile.js | ||
Makefile | ||
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