A media management application that would help you find, manage, convert, cut up, join and manipulate mostly video media.
- Install rust
- Install diesel
- We only need the postgres parts
- We do need the diesel cli
- Install docker
- Not necessary but helps with starting the Postgres server
docker compose up
to start the databasediesel setup
to create the database and run the migrations
- In VS Code you can install the rust analyzer (part of the recommended plugins) and go to the api main file and click run
- Or run it with cargo from the root
cargo run api