The backend and frontend are written in rust - a language empowering everyone to build reliable and efficient software.
- axum - is a web application framework that focuses on ergonomics and modularity
- SeaORM - an async & dynamic ORM for Rust
- yew - Rust / Wasm client web app framework
docker compose up --build -d
-
backend - http://127.0.0.1:8080/
-
swagger - http://127.0.0.1:8080/swagger
-
frontend - http://127.0.0.1:3080/