diff --git a/README.md b/README.md index c2017b7..cafc8d3 100644 --- a/README.md +++ b/README.md @@ -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`