Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 399 Bytes

job-api

This project is a minimalist JSON HTTP API that exposes the following routes:

  • GET /jobs: Returns a map of open positions in the job board.
  • POST /jobs: Inserts a new open position in the job board and returns the updated map.
  • DELETE /jobs/:id: Removes an open position from the job board and returns the updated map.

Run

Start a server on port 8888:

lein run