- login
- sign up
- home (posts with comments and likes and categories filter)
- liked posts
- profile as side bar at home + button for liked posts + button for myposts
- moderator
- myposts
the server can use the session ID stored in the cookie to retrieve the corresponding session data.
- id username password email image user
- post-id id text media date category post
- comment-id id post-id comment date comment
- like-id id post-id like
- download sqlite add it to path
- download it into go "go get github.com/mattn/go-sqlite3"
- install gcc
- run database "sqlite3 forum.db" will open a terminal
- fake users: moderator 123, not-moderator 123 moderator can access moderator.html
https://wweb.dev/resources/animated-css-background-generator