Skip to content

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

License

Notifications You must be signed in to change notification settings

denysvitali/dev-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-portal

A StackOverflow / Reddit / Disqus / Talkyard clone. For a short description of the project, look at dev-portal-frontend.

Requirements

  • PostgreSQL
  • Go

Running

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
  • PRs / Issues / Feedback are always welcome