App to manage your inventories
Backend
- Rust 🦀
- Axum
- SeaORM
Frontend
- HTMX
cargo build
cargo run
Create new table
sea-orm-cli migrate generate create_room
Migrate
sea-orm-cli migrate
Update Entity
sea-orm-cli generate entity -u postgres://user:password@localhost/home_inventory -o entity/src