mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
325 B
325 B
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