Skip to content

slugger7/poltergeist

Repository files navigation

Poltergeist

A media management application that would help you find, manage, convert, cut up, join and manipulate mostly video media.

Development setup

  • 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

Database setup

  • docker compose up to start the database
  • diesel setup to create the database and run the migrations

Running application

  • 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

About

A follow up on ghost media

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published