This project consists in creating a web forum that allows:
- communication between users;
- associating categories to posts;
- liking and disliking posts and comments;
- filtering posts.
Docker is used to be able to containerize the project.
To build docker image run the following command: make build
To run container for docker image run the following command: make run
Go to: http://localhost:4000
Run the following command: "go run main.go" or "go run ." and click on the generated URL address to go to the web page
@vtarasso @smustafi @dkazgozh