Skip to content

vibindi/hackPHS-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reprofile

Submission for HackPHS 2020

Automating GitHub resume building. Written by vibindi, scott-22, and iWolf22.

How to run locally

  1. Clone the repository
  2. Navigate to the repository using your terminal
  3. Install all dependencies
npm install
  1. Set up a DataStax database, and change the name of the connect bundle in database.js.
  2. Set the properties.js module export object to the following format:
    {
      username: "Your database username",
      password: "Your database password",
      cookiesecret: "Secret for signing cookies",
      clientId: "Client ID of your GitHub Oauth app",
      clientSecret: "Client secret of your GitHub Oauth app"
    }
  3. Run the application
npm start
  1. In your browser, go to http://localhost:3000/

About

👨‍💻 Reprofile - Submission for HackPHS 2020

Topics

Resources

Stars

Watchers

Forks

Contributors