Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 825 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 825 Bytes

Atlas

Build Status

Meta

Getting Started

cp .env.sample .env
# Fill out .env
rails db:setup
forego start -f Procfile.dev

API

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"
}