Skip to content

kobra-dev/API

Folders and files

NameName
Last commit message
Last commit date
Aug 16, 2021
Aug 16, 2021
Oct 2, 2021
Mar 23, 2021
Aug 2, 2021
Jun 2, 2021
Jun 23, 2021
Jun 23, 2021
May 16, 2021
Jun 20, 2021
Jun 20, 2021
Feb 11, 2022
May 8, 2021
Jun 20, 2021
Oct 19, 2020
Feb 15, 2022

Repository files navigation

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.