Brunei open source job search database and alert notification
- Go 1.17 or higher
- MySQL 8
- 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 rungo run .
to start the API server. - Change working directory to
cmd/jobbuzz-scraper
and rungo run .
to start the web scraper program.
- 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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.