Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

innocent-maina/rest-api

Repository files navigation

APIs

This collection contains submodules that show working with APIs and different functionality that can be carried out in an API and displaying them in list and tabular forms

The main API model being used is hosted on https://burgers-api.herokuapp.com/burgers or in the Burgers-JSON-API folder

To launch the server locally npm install to install the dependencies then to start the json server

json-server --watch db.json

To display from other sources, edit the axios.get('yourapiurl') to get data.