Welcome to the FORUM project!
If this is your first time here, we're glad to have you!
We hope you find this project helpful. We encourage you to contribute, ask questions, and collaborate with us.
About | Features | Technologies | Requirements | Starting | License | Author
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.
For more information, click here
The following tools were used in this project:
Before starting, you need to have Git and Go installed.
# Clone this project
git clone https://learn.zone01dakar.sn/git/ousmasene/mbadiao/forum.git
# Access
$ cd forum
# Install dependencies
go get github.com/gofrs/uuid/v5
go get github.com/mattn/go-sqlite3
go get golang.org/x/crypto
# Run the project
go run .
# The server will initialize in the <http://localhost:8080>This project is under license from 01edu . For more details, see the zone01 file.