Skip to content

natebunnyfield/welcome-to-forks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Forks: A Take Home Assessment for [redacted]

Installation

  • Open a terminal and run
git clone https://github.com/natebunnyfield/welcome-to-forks.git
cd welcome-to-forks
pipenv install
  • Create your own Github OAuth Application at github.com/settings/applications/new

  • Fill out the form with following values. Leave Application description blank and Enable Device Flow unchecked.

Application name: welcome-to-forks
Homepage URL: https://www.youtube.com/watch?v=6XaiH56V9tI
Authorization callback URL: http://localhost:8080/oauth/callback

On the next page, you will need to find the Client ID and a generate a new client secret. Copy both into a new .env file using .env.example as a template.

Usage

  • After installation, run this terminal command in the same directory
pipenv run flask run

Future improvements

  • Tests
  • Error handling
  • Incorporate feedback from interview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published