We’d like you to build a simple message board. The message board is a single thread of posts and their comments. Users can post text messages. Users can also comment on these posts.
- Message board
- Sorted list of all threads
- Input to start new thread
- Bonus: pagination of messages