Giter Site home page Giter Site logo

yankidank / codify Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 0.0 5.37 MB

Job tracking for posts, applications, contacts, interviews, and offers. Stay organized throughout your job hunt.

Home Page: https://codify.works

HTML 0.43% JavaScript 89.18% CSS 10.23% Shell 0.16%
linkedin-api linkedin google-login github-login jobs job-search mern-stack mongodb mongoose express expressjs nodejs reactjs react puppeteer

codify's Introduction

Screen Shot 2020-06-23 at 5 17 51 PM

Website Lint Rules Build Status

Overview and Goals

For many software engineers, the job hunting process can become overwhelming. Between low success rates, complicated interview processes, and employers that may not even respond, it is difficult to keep track of valuable data. We built Cōdify to solve this problem.

Cōdify is a PWA created to organize and analyze the job application process for software developers. It provides a centralized location to save job post URLs, contact information, job offers, application status, and much more.

Deployed Application

You can visit the deployed demo site at Codify.works.

Completed MVP

Screen Shot 2020-06-23 at 5 34 08 PM

  • Users have the option to login into our app using their LinkedIn, GitHub, or Google account.

Screen Shot 2020-06-23 at 5 34 08 PM

  • User can add a job that is saved to the database and will be tracked as the application process evolves.

Screen Shot 2020-06-23 at 5 34 08 PM

  • Individual jobs can be updated as the application process unfolds.

Screen Shot 2020-06-23 at 5 34 08 PM

  • Sleek and informative dashboard that gives the user an overview of the status of their applications. It also gives them a list of their most recent applications.

Screen Shot 2020-06-23 at 5 34 08 PM

  • User can access a list of all the jobs they have applied to.

Screen Shot 2020-06-23 at 5 34 08 PM

Active MVP

Features currently in production include:

  • Dashboard Includes a graphical overview of the users application statuses. Includes a list of the most recent jobs added by the user.
  • Job List A complete historical list of all of the jobs saved by the user.
  • Add Job Allows user to add a new job to their list.
  • Individual job page Gives the user the ability to add notes in regards to the job that they are applying to. The user can add contact information for someone working for the company, interview information, and offer updates.

Future Features

  • Add jobs via URL (LinkedIn, Indeed, Glassdoor)
  • Compare job hunt progress with other users
  • Graph offer history on the Dashboard
  • Compare commute times and locations
  • Save resume version submitted to each application
  • Receive recommendations for interview preparation
  • Export interview events to calendar

Developed by

How to Use

Setup

npm run install install node_modules

npm run seed seed the database

Configure

OAuth

To authenticate users, you will need to create, configure, and set OAuth API keys for GitHub, Google, and LinkedIn. Each service has its own callback URL that needs to be set from the appropriate API settings pages. These URLs can be set as either HTTP or HTTPS. Below are the callback URLs (don't forget to include your domain at the start).

/auth/github/callback

/auth/google/callback

/auth/linkedin/callback

.env File

The dotenv npm package allows us to store private settings in a .env file that sits in the root directory of the application. Create the .env file and add the following lines, inserting your own API keys. Uncomment and edit necessary lines for production use on a domain.

// NODE_ENV = "production"
DOMAIN = "http://localhost"
CALLBACK_DOMAIN = "http://localhost:3001"
// PORT = "3001"
// FRONTEND_PORT = "3000"
PUPPETEER_PORT = "4000"
COOKIE_KEY = ""
MONGODB_URI = "mongodb://localhost/codify"
GOOGLE_CLIENT_ID = ".apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET = ""
GITHUB_CLIENT_ID = ""
GITHUB_CLIENT_SECRET = ""
LINKEDIN_CLIENT_ID = ""
LINKEDIN_CLIENT_SECRET = ""

Serve

npm run start

npm run start:prod

npm run client

npm run build create a production build in the client directory

npm run deploy build and serve server.js using PM2

npm run heroku-postbuild create a build after deploying to heroku

npm run lint analyze source code for errors

codify's People

Contributors

anabee avatar dependabot[bot] avatar elliotfouts avatar millernj avatar yankidank avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.