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

aureliar8/job-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published