Skip to content

Wander-Wisely/WanderWisely-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wander Wisely API

This API provides endpoints to retrieve data for the Wander Wisely application.

Endpoints

Get All Data

  • Method: GET
  • Endpoint: /api/v1/alls
  • Description: Retrieve all data.
  • Parameters:
    • page (optional): The page number of the data to retrieve (default: 1).
    • size (optional): The number of items per page (default: 5).
  • Response: JSON object containing all the data.

Get Data by ID

  • Method: GET
  • Endpoint: /api/v1/alls/{id}
  • Description: Retrieve data by ID.
  • Parameters:
    • id (required): The ID of the data to retrieve.
  • Response: JSON object containing the data with the specified ID.

Usage

  1. Clone the repository:
git clone https://github.com/roniragilimankhoirul/WanderWisely-API
  1. Install dependencies:
npm install
  1. Start the server:
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%