Skip to content
Notifications You must be signed in to change notification settings

zenonet/MovieDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

053603d · · Sep 22, 2025

History

59 Commits
Sep 15, 2025
Sep 21, 2025
Jul 7, 2025
Aug 3, 2025
Sep 22, 2025

Repository files navigation

Move DB

This is a fullstack webapp for managing movie collections.

IronManDetails

Background

My family has quite a big collection of movies on blu-ray at home. We've sorted them in disk-bags, numbered them and managed them in a DB made in the android app "Memento DB". Until now! While MementoDB was incredibly useful over the years, especially because of how easy it is to configure, the movie collection is slowly outgrowing it. Memento only has limited synchronization functionality and to access the database, it has to be completely downloaded and running locally on your device. Memento is also obviously not as extensible as a custom fullstack app. So I decided to create just that..

This webapp allows the management of movies as well as movie nights and ratings for movies and watchlists.

Tech Stack

The application has 3 layers

  • Frontend (typescript webfrontent using the Svelte framework)
  • API (built in Rust with axum, sql interaction using sqlx)
  • DB (postgres)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published