Developed a web application that interacts with JokeAPI using Axios to make HTTP requests, returning random jokes based on user preferences with filtering capabilities.
Clone this repo:
git clone [https://github.com/WUNLIMZHE/joke-search-api-application.git]
cd joke-search-api-application
Running with Node
- Make sure you have Node.JS installed.
Node installation link:
https://nodejs.org/en
- In the thriftbook directory, install the dependencies using npm install.
npm install
- Run the server:
node index.js
- Go to http://localhost:3000.
http://localhost:3000