Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 295 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 295 Bytes

Development

cargo run

Setup

docker build -t ji .
docker run -p 8000:8000 ji

Tech Stack

Frontend

  • SolidJS
  • Chart.js
  • TailwindCSS
  • Zod

Backend

  • Rust
  • Axum
  • SQLx
  • SeaQuery

Database

  • SQLite

Data Processing

  • Pandas

Deploy

  • Docker