- State: production
- Production:
- Host: https://dashboard.heroku.com/apps/auspices-atlas-production
- Deploys: Merged PRs to
auspices/atlas#master
are automatically deployed to production via Travis.
cp .env.sample .env
# Fill out .env
rails db:setup
forego start -f Procfile.dev
GraphQL endpoint is located at https://atlas.auspic.es/graphql
. Point your GraphiQL instance at this to explore the schema.
/
simply returns a status response:
{
"status": 200,
"code": "OK"
}