Skip to content
forked from marshyski/devhub

Simple search enabled web app to post dev related content

Notifications You must be signed in to change notification settings

cwalsh003/devhub

 
 

Repository files navigation

devhub

Simple search enabled web app to post dev related content with GitHub auth enabled.

Dependencies:

  • Redis
  • ElasticSearch
  • Setup OAuth Applications in GitHub

Variables to set before running if other than localhost:

# Post URL
url = 'http://localhost:8080/posts/'

# Environmental variables for Github OAuth keys
GITHUB_CLIENT_ID = os.environ['GITHUB_CLIENT_ID']
GITHUB_CLIENT_SECRET = os.environ['GITHUB_CLIENT_SECRET']

Alt text Alt text Alt text Alt text

About

Simple search enabled web app to post dev related content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.6%
  • Python 27.7%
  • Shell 1.7%