Quick Start with JobSync via Docker
mainTo get JobSync running locally, ensure Docker is installed and running, then clone the repository and use Docker Compose to start the services.
Note: The initial startup builds the application image, which may take several minutes. If the application is unreachable immediately after running the command, wait a few moments before accessing it in your browser.
Once running, access the application at http://localhost:3737 and create your account. AI provider API keys can be configured in the Settings menu after signing in.
git clone https://github.com/Gsync/jobsync.git
cd jobsync
docker compose up