Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# forum
Project for Reactive Programming Course
# Forum
Platform for discussing various topics

## Team
- Yehor Bublyk ([yehorbk](https://github.com/yehorbk))
- Dmytro Rekechynsky ([rocket111185](https://github.com/rocket111185))
- Artem Bokii ([lightballer](https://github.com/lightballer))

## Stack
- Frontend: `HTML5`, `CSS3`, `Bootstrap`, `JavaScript`, `React`
- Back-end: `Golang`
- Database: `Postgres`
- Other: `Docker`, `GitHub Actions`

## Models
- `User`
- `Topic`
- `Message` (related to `topic` or another `message`)

## Use cases
- Sign In / Sign Up
- Create and configure `topic`
- Filter and search `topics`
- Post message to `topic` or response to another `message`
- Like / Dislike `message`
- Follow `topic` or `user`