Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 560 Bytes

Arkavidia 9.0 Backend

Welcome!

Please refer ke Guidebook IT untuk petunjuk cara kontribusi ke repository ini.

Tech Stack

  • Bun as Javascript runtime
  • Hono as API framework
  • Drizzle as Object Relational Mapper
  • Biome as linter and formatter
  • PostgreSQL as database
  • Minio as object storage

How To Run

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000