Giter Site home page Giter Site logo

job_log's Introduction

Application Tracker

CLI tool to used to track application status for various jobs I have applied to. This tool uses a Postgres database. The code is missing the connection strings to the DB so nothing should be returned when run

Getting Started

You may down and create a secrets.json file inside the ./tracker directory. Within there you will need a json string with a databsase connection string.

{
  "db_con_string" : "[YOUR-DB-CONNECTION-STRING-HERE]"
}

You will also need a alembic.ini file if you plan to us ethe alembic module to keep your database up to date. You will need to add your DB connection string inside this file as well.

sqlalchemy.url = [YOUR-DB-CONNECTION-STRING-HERE]

A sample file can be found in the project directory called alembic_sample.ini

Prerequisites

You will need SQLAlcemy, Click and Alembic for this project to work correctly.

You will also need a datbase with the same tables in the ./tracker/models.py file. Please take a look there for more info about the database.

Installing

You can also run setup.py to create a module but this project is meant to work as a CLI

TO-DO

I do plan to create a standalone package for this application with a CLI interface.

Sample output

Welcome to Kyle's Job Tracker!
Please use 'help' to see a detailed list of commands
Displaying all jobs with status of applied
Company Name | Date Applied  | Resume Version | Position Applied | Status
Name | 2020-02-13 | 02022020 | Position Name | 0
Some Company | 2020-02-14 | 02022020 | Make Believe Dev at Some Company | 0


job_log's People

Contributors

kc8 avatar

Watchers

James Cloos 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.