Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denysvitali/dev-portal

A StackOverflow / Reddit / Disqus / Talkyard clone (backend)
https://github.com/denysvitali/dev-portal

code disqus gin gin-gonic golang knowledge knowledge-base q-and-a reddit stackoverflow talkyard

Last synced: 3 months ago
JSON representation

A StackOverflow / Reddit / Disqus / Talkyard clone (backend)

Awesome Lists containing this project

README

        

# dev-portal

A StackOverflow / Reddit / Disqus / Talkyard clone.
For a short description of the project, look at [dev-portal-frontend](https://github.com/denysvitali/dev-portal-frontend).

## Requirements

- PostgreSQL
- Go

## Running

```bash
go run https://github.com/denysvitali/dev-portal/cmd/
```

## Remarks

- Still WIP
- For now, the credentials are hardcoded, a proper main.go will come at a later stage
- `docker-compose up -d` + `go run cmd/main.go` and you should have something on `http://127.0.0.1:8081/api/v1/topics/`
- Use the [frontend](https://github.com/denysvitali/dev-portal-frontend)
- PRs / Issues / Feedback are always welcome