To get started with this project, follow the instructions below for installation and usage.
Make sure you have the following software installed on your machine:
- Node.js
- npm (Node Package Manager)
-
Clone this repository to your local machine:
git clone https://github.com/your-username/game-kade-api.git cd game-kade-api
-
Run npm install
npm install
-
Run npm start
npm start
The server will start running on http://localhost:3000
/shops
: GET request to retrieve all the shops./shops/:id
: GET request to retrieve a shop by its id./items
: GET request to retrieve all items./items/:id
: GET request to retrieve an item by its id./categories
: GET request to retrieve all categories./categories/:id/items
: GET request to retrieve all items by id.