This is a tool I'm using to keep track of all the positions I've applied to.
I'm doing this to also excercise my go skills and get more used with templ and htmx.
Currently this is just a toy project, not meant to be deployed anywhere, but there's already some portability in canse I want to run this again in another machine.
It can toggle the jobs I've applied to and they're persisted on the DB.
- (DONE) Adding new positions
- Editing current positions
- User Authentication / Sessions
$ jobsearch dev
runs the development server
$ jobsearch installdb
installs the db, currently this isn't programmable via cli, so it connects to localhost, port 5432, user postgres, password postgres.
$ ./run-dev.sh
Runs the server and also runs the templ generate command.