Skip to content

NADRA03/F_O_R_U_M

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pages

  1. login
  2. sign up
  3. home (posts with comments and likes and categories filter)
  4. liked posts
  5. profile as side bar at home + button for liked posts + button for myposts
  6. moderator
  7. myposts

cookies and sessions

the server can use the session ID stored in the cookie to retrieve the corresponding session data.

Tables

  1. id username password email image user
  2. post-id id text media date category post
  3. comment-id id post-id comment date comment
  4. like-id id post-id like

tutorial

  1. download sqlite add it to path
  2. download it into go "go get github.com/mattn/go-sqlite3"
  3. install gcc
  4. run database "sqlite3 forum.db" will open a terminal
  5. fake users: moderator 123, not-moderator 123 moderator can access moderator.html

resources

https://wweb.dev/resources/animated-css-background-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages