Skip to content

charmaine-aguilar/filipino-foods-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

An API for a list of common Filipino foods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published