Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 683 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 683 Bytes

Home Inventory API

App to manage your inventories

Tech Stack

Backend

  • Rust 🦀
  • Axum
  • SeaORM

Frontend

  • HTMX

Development

Compile the current package

  • cargo build

Run the App

  • cargo run

How to's

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