- start docker with databases
- run init scripts for both MariaDB and Cassandra
- run project in IDE (green play button) - it should work by itself...
- have fun
- setup relational database (RDB)
- create tables in RDB
- indexes in RDB?
- create sample data for RDB
- create tables in Cassandra
- setup demo application
- consider adding Name (and Surname) as primary keys in case of searching ? or somehow solve searching by name ?
- profile URL translation to email for searching ?
- modify repository methods to automatically set updated_at (is it worth our time ? :D)
- add user profile URL translation / like in pages
- resolve problem with column names when deleting posts