Skip to content

sendhyrama/jokes-bapack-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  }
}

Releases

No releases published

Packages

No packages published