Brunei open source job search database and alert notification
- Go 1.17 or higher
- MySQL 8
- Copy the
.env.examplefile in the repository root to.env. - Update the contents of
.envwith your database access details. - Change working directory to
cmd/jobbuzz-apiand rungo run .to start the API server. - Change working directory to
cmd/jobbuzz-scraperand rungo run .to start the web scraper program.
- Copy the
.env.examplefile in the repository root to.env. - Update the contents of
.envwith 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.