Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 279 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 279 Bytes

web server in deno

a Deno web server using Oak.
It provides two endpoints:

  • GET /api/jokes: Returns all stored jokes as JSON.
  • POST /api/jokes: Adds a new joke

MongoDB is used to store the jokes.