README ¶ JobBuzz Brunei open source job search database and alert notification Development Requirements Go 1.17 or higher MySQL 8 Running locally Natively Copy the .env.example file in the repository root to .env. Update the contents of .env with your database access details. Change working directory to cmd/jobbuzz-api and run go run . to start the API server. Change working directory to cmd/jobbuzz-scraper and run go run . to start the web scraper program. Docker Copy the .env.example file in the repository root to .env. Update the contents of .env with your database access details. Run docker-compose up. You may need to wait for a while for the scraper to run and complete. The API server can be accessed at http://localhost:8080 Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd db-migrator jobbuzz-api jobbuzz-scraper internal config pkg controller graph graph/generated graph/graphmodel middleware model pagination scraper service Click to show internal directories. Click to hide internal directories.