Project to gather useful information from Reed Jobseeker API
- Jobs
The information grep from Reed Jobseeker API
- Job id
- Job title
- Job description
- Location
- Yearly minimum salary
- Yearly maximum salary
- Currency
- Job url
Currently, we have only one important object in the project. As our project grows, the number of the entities would increase.
- Job (contains information of a job, such as the elements mentioned above)
In your terminal, type in rake dev to start the web app on 4001 port
Web app will be on localhost:4001 (http://127.0.0.1:4001)