microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Create a table and enter the data on the Jul-rules page into the database. #87

Open microl44 opened 3 months ago

microl44 commented 3 months ago

Currently the jul-rules are hard coded into the page. It would probably be better if it's inserted into the database and fetched via an API.

First step to do this would be to duplicate the existing data into the database, while still keeping the current functionality.

Once that is complete, work on an API can begin.