pbinkley / annonatate-sourcecode

Repository from Github https://github.compbinkley/annonatate-sourcecodeRepository from Github https://github.compbinkley/annonatate-sourcecode

Annonatate

Running Locally

  1. Download code
  2. Create OAuth App (https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)
  3. Copy the .env.template file to .env
  4. Fill out the variables with your OAuth client id and secret
  5. Install requirements pip install -r requirements.txt
  6. Run the application python wsgi.py
  7. Go to the application in the browser. Make sure the URL you use matches what you put in the callback URL (If you choose http://0.0.0.0:5000/authorize) then make sure to go to http://0.0.0.0:5000 in the browser.

About


Languages

Language:JavaScript 83.8%Language:CSS 10.9%Language:Python 3.4%Language:HTML 2.0%