Skip to content

mickeymarse/metrak

Repository files navigation

Metrak

My personal media tracker. A.k.a. a Letterboxd clone. Although, with the possibility of tracking media other than movies.
It is a project I chose to build in order to learn and practice my Ruby and Ruby on Rails skills.

It has been deployed using Fly, but the deployed version still present broken UI due to problems with the JavaScript code. I used Flowbite as a UI component, which doesn't seem to be the most deployable library.

Run locally

If you want to try it locally with the unbroken UI, download the repo and run:

$ bundle install
$ rails s

Future plans

  • ☐ Rebuild UI using different component library (not likely)
    or
  • ☐ Turn it into an API-only app (very likely)