https://cvwo-web-forum-api.onrender.com
For information about the endpoints of the API refer to https://documenter.getpostman.com/view/24839876/2s8ZDScQqM
- Go: known working version - 1.19.4
$ git clone https://github.com/vansh284/CVWOWebForumAPI
$ cd ./CVWOWebForumAPI
$ go get ./...
$ go run ./cmd/main/main.go
- Rename .env.example to .env.
- Set up your MySQL database and modify the DSN in .env accordingly. Modify other values in .env according to needs.