Skip to content

Maxtech001/forum2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a project about creating a forum using GO-s built in web server, sqlite and docker.

The forum allows for registering accounts, creating posts, commenting on those posts and filtering. Users need to register first before they are able to like/dislike posts, create new posts and comment.

Authors

Argo Pent

Requirements

  • Docker
  • Bash terminal
  • A web browser

Usage

Clone the repository

Through terminal go to cloned directory

Using Docker

sh start.sh will start docker container with a server that listens on localhost:8000.

CTRL + c in console will shut down the container and delete it as well, together with the image.

Using the terminal

go run . can be used to run the project but because of the sqlite driver it might not work on all systems.

The application will start and be listening on port localhost:8000.

CTRL + c in console will shut down the application

Auditing

Info about auditing can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages