max / overland-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📍 Overland TS

Tests

Overland TS is an API written in TypeScript for the Overland iOS location tracker. It uses ElysiaJS, Bun, and SQLite.

Development

To start the development server run:

bun install
cp .env.example .env
bun db:migrate
bun run dev

Open http://localhost:3000/swagger with your browser to see the API documentation.


TODO

  • Set up CI with GitHub Actions
  • Store locations in SQLite
  • Fix the Overland schema
  • Add deployment to Fly

About


Languages

Language:TypeScript 100.0%