Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 369 Bytes

Kobra API

This repository has two parts, our main GraphQL API.

Environment variables

Right now the code uses a local SQLite database but in the future it will need the .env file:

# Database URL
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"

Also, put your Firebase service account key in firebase-key.json.