Simple job application tracker build with fastui
- Create and track applications
- Update statuses and descriptions
- Set automatic status changes if certain time passed
- Write notes and post updates on each application
- Set goals as a number of applications per period of time
- See latest updates on the main page
The web interface is built on fastui and all the data is stored in SQLite database.
Clone the repo, go inside and install it with
pip install .(you may want to create a venv for this)
Then run it from command line
grooveplyor safer way
python -m grooveplyIt will start the uvicorn server at 127.0.0.1:8000 which you can open with your web browser.
The database will be created next to the installed project.
The web interface is built on fastui and all the data is stored in SQLite database.