Skip to content

JijoBose/home-inventory-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://jijobose:password@localhost/loco_app -o entity/src