Bartozzz / offchan.org

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.
https://offchan.org
GNU General Public License v3.0
21 stars 1 forks source link

Create thread module #17

Closed Bartozzz closed 5 years ago

Bartozzz commented 5 years ago

Possible schema:

{
  "guid": {
    "date": Date,
    "file": String,
    "author": String,
    "content": String,
    "board": BoardEnum
  }
}