Overland TS is an API written in TypeScript for the Overland iOS location tracker. It uses ElysiaJS, Bun, and SQLite.
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.
- Set up CI with GitHub Actions
- Store locations in SQLite
- Fix the Overland schema
- Add deployment to Fly