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
To get started with JAM, follow these steps:
- Clone the repository:
git clone https://github.com/bhbdev/jam.git
- Navigate to the project directory:
cd jam
- Optional build or install
make build && make install
Start from install
jam run
Start manually
go run cmd/jam run
Use docker-compose to startup redis and optional db service(s)
docker-compose up -d redis
air
for live reloadmake watchcss
for TailwindCSS styles- see
Makefile
for more tools.
- Go 1.23+
- Node/npm for CSS dev
- Docker for [Redis, Postgres]