Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 354 Bytes

Axum with SeaORM example app

  1. Modify the DATABASE_URL var in .env to point to your chosen database

  2. Turn on the appropriate database feature for your chosen db in Cargo.toml (the "sqlx-sqlite", line)

  3. Execute JWT_SECRET=secret RUST_LOG=debug cargo run to start the server

  4. Visit localhost:8000 in browser