- Register yourself with Username and Password
- Create new topic
- Create thread in topic
- Post topics to thread
- Read posts of a thread
- 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
usingapt install libmariadb-dev
asroot
- Install
mariadb-server
usingapt install mariadb-server
asroot
- Install
- MariaDB-Module of SNode.C (apps/database/testmariadb.cpp application for further info on usage)
- 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
Deadline of Submission: September 30th 18:00