Project done as coding exercise. Allows searching, viewing, posting job listings, accessed via API. Clicked links will log an event with information about what job was viewed.
Posting a job requires a user with an admin role.
The application expects a local server to be running on port 4000. For ease of set up, I suggest using JSON Server, and pointing it to the JSON file like so:
json-server [path_to_JSON_file] -p 4000
The JSON file is included here.
To populate the database with both an admin and standard user, run rake db:seed
.