Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1014 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 1014 Bytes

Filipino Foods API

A simple API that returns a JSON of some of the most common Filipino food showcasing their ingredients and more. Users can fetch this API via localhost or remote.

Tech used

Node.js, Express, Render for hosting (Sadly at the time of updating this, Heroku no longer provides free hosting.)

Instructions

Installation For Developers

  1. Create a new folder to store this repo's clone
  2. In the terminal, enter git init to initialize your repo
  3. Clone this repo locally using git clone git@github.com:charmaine-aguilar/filipino-foods-api.git
  4. (IMPORTANT) On your terminal, enter npm install to install necessary modules

For Users

To Access all food

  • Use fetch on https://filipino-foods-api.onrender.com/api/foods

To Access a specific food

  • Use fetch on https://filipino-foods-api.onrender.com/api/foods/foodName
  • Replace foodName with the foodname you want to search

Note: This is a WIP!