Skip to content

vtarasso/forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forum

Description

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

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 Locally

Run the following command: "go run main.go" or "go run ." and click on the generated URL address to go to the web page

Authors

@vtarasso @smustafi @dkazgozh