Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 209 Bytes

Readme.md

File metadata and controls

10 lines (6 loc) · 209 Bytes

Run instructions:

  • Terminal commands:

    (If there's no db ) diesel migration run
    cargo run

Dev notes:

  • To add migrations, run diesel migration generate MIGRATION_NAME_HERE