772 B
772 B
anime-backlog-list
Manage your plan to watch list (or plan to read/play/whatever)
The code is pretty dirty because the initial plan was to make this app as simple as possible, but then kept adding new features and the project bacame messy. But it works fine for my purposes.
How to deploy
- Create a database in mysql/mariadb
- Create tables using the file
schema.sql
:
mysql -u other_user -p some_empty_database < schema.sql
- Rename php/db_connect.example.php to php/db_connect.php
- Specify the DB connection details in the php/db_connect.php file
How to add a new tab (with a new year or whatever):
- Add a new element in the array
const years
in thejs/main.js
file
I know it's not user-friendly, but since I'm the only user it's fine :)