Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/denysvitali/dev-portal
- Owner: denysvitali
- License: other
- Created: 2021-01-21T02:10:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T15:33:23.000Z (almost 4 years ago)
- Last Synced: 2024-06-11T19:48:00.370Z (7 months ago)
- Topics: code, disqus, gin, gin-gonic, golang, knowledge, knowledge-base, q-and-a, reddit, stackoverflow, talkyard
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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