Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

A web forum application that allows communication between users, associating categories to posts, liking and disliking posts and comments and filtering posts. Built using Go and SQLite for the back-end, and HTML, CSS and JavaScript for the front-end.

x33lyS/Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forum

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.

To run:

go run cmd/main.go
OR
make

To run in Docker:

1.docker build -t <custom name of the image> .

2.docker container run -p :17555 --name <custom name of the container> <name of the image>

About

A web forum application that allows communication between users, associating categories to posts, liking and disliking posts and comments and filtering posts. Built using Go and SQLite for the back-end, and HTML, CSS and JavaScript for the front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published