Run the following commands to clone the repository and navigate into the project directory:
git clone https://github.com/RealTun/api-search-jobs-vietnamworks
cd api-search-jobs-vietnamworks
Install the required Node.js modules:
npm install
Start the server with the following command:
node --watch server.js
Use the following endpoint to test the API:
http://localhost:3000/api/jobs/search
{
"keyword": "java backend"
}
Replace the value of "keyword"
with your desired search term to customize the job search.