Skip to content
/ bbt Public

Built a mock version of an API and deloyed it onto a cloud platform via. Heroku. Interactive mock API, able to make GET, POST, PUT, DELETE etc requests.

Notifications You must be signed in to change notification settings

m-agustin/bbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milk tea mock API

Built a mock version of an API and deloyed it onto a cloud platform via. Heroku. No routing/controllers. Incorporated github package by JSON Server onto project to create a mock REST API with zero coding.

Interactive mock API, able to make GET, POST, PUT, DELETE etc requests.

To GET an individual ID, write:

fetch('https://bbt-m.herokuapp.com/MilkTea/0')
  .then(response => response.json())
  .then(data => console.log(data));

About

Built a mock version of an API and deloyed it onto a cloud platform via. Heroku. Interactive mock API, able to make GET, POST, PUT, DELETE etc requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published