Skip to content

Fiday/SnodeCWebForum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnodeCWebForum

Todo Functionality

  • Register yourself with Username and Password
  • Create new topic
  • Create thread in topic
  • Post topics to thread
  • Read posts of a thread

Techniques to use

  • Master-Branch of SNode.C
  • Express-Module of SNode.C for Web-API (use webserver implemented during the lecture as a template)
  • Use MariaDB as external Database (Maybe it works with my SQL Volker hasn't checked it tho)
    • MariaDB-Module of SNode.C (apps/database/testmariadb.cpp application for further info on usage)
      • Install libmariadb-dev using apt install libmariadb-dev as root
      • Install mariadb-server using apt install mariadb-server as root
  • Use cookies for session management
  • URL-Queries to select a specific topic and thread. (For reading and posting)
  • app.post(...) for posting to a thread
  • Database model that supports functionality

Organization

Deadline of Submission: September 30th 18:00

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published