Skip to content

bhbdev/jam

Repository files navigation

JAM JAM - Job Application Management


Note: This is a personal project.

When we find ourselves looking for a new job.. you may end up applying to many companies, positions and submit several different resumes.

I started building this to help myself track job applications--and experiment with Go and HTMX.

-- beau

Installation

To get started with JAM, follow these steps:

  1. Clone the repository:
    git clone https://github.com/bhbdev/jam.git
  2. Navigate to the project directory:
    cd jam
  3. Optional build or install
    make build && make install

Usage

Startup

Start from install

jam run

Start manually

go run cmd/jam run

Development

Use docker-compose to startup redis and optional db service(s)

docker-compose up -d redis
  • air for live reload
  • make watchcss for TailwindCSS styles
  • see Makefile for more tools.

Requirements

  • Go 1.23+
  • Node/npm for CSS dev
  • Docker for [Redis, Postgres]

TBD

About

job application management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published