Skip to content

100lvlmaster/5chan-go

Repository files navigation

5chan

The 4chan clone with a one up

https://fivechan-go.herokuapp.com

5chanlogo.png

This repository contains the backend code for the 5chan project.

It uses Gofiber.

Installing:

go install

Debug:

air

Build:

go build

Copy the env.example and rename it as .env and set the env vars as required.

Fetching data:

Posts:

https://fivechan-go.herokuapp.com/api/v1/posts

Posts by Id:

https://fivechan-go.herokuapp.com/api/v1/posts/[id]

Replies:

https://fivechan-go.herokuapp.com/api/v1/replies

Replies for a post:

https://fivechan-go.herokuapp.com/api/v1/replies/[postID]

Releases

No releases published

Packages

No packages published