Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 739 Bytes

readme.md

File metadata and controls

35 lines (28 loc) · 739 Bytes

jokes-bapack-api

Kumpulan Jokes Bapack2 masa kini!

Jokes Bapack2

Ingredients

  • ExpressJS
  • Node Package Manager (NPM)
  • Vercel

How to Run

  • clone this repository
  • cd to root project directory
  • execute npm install or just npm i
  • Run the server using npm run dev
  • then you can see like below after you have request to http://localhost:3000
{
  "name": "Welcome to the Jokes Bapack API! 🔥",
  "version": "1.0.0",
  "author": {
    "name": "sendhyrama",
    "email": "[email protected]",
    "socials": "https://sendhyrama.dev/links"
  },
  "endpoints": {
    "/text": "get all text jokes",
    "/text/random": "get text jokes randomly"
  }
}