Skip to content

Files

Latest commit

0d19304 · Feb 9, 2025

History

History
32 lines (24 loc) · 661 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 661 Bytes

Atlas

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