Skip to content

charlotteshih/forkthis-api

Repository files navigation

Fork This! API

API for Fork This!

Fork This! Front-End Repository

Tech Stack

API Tree

/api
├── /folders
│   └── GET
│       ├── /
│       └── /:folder_id
│   └── POST
│       └── /
│   └── PATCH
│       └── /:folder_id
│   └── DELETE
│       └── /:folder_id
|
├── /ingredients
│   └── GET
│       ├── /
│       └── /:rcp_id
│   └── POST
│       └── /
│   └── PATCH
│       └── /item/:ing_id
│   └── DELETE
│       └── /item/:ing_id
|
├── /recipes
│   └── GET
│       ├── /
│       └── /:rcp_id
│   └── POST
│       └── /
│   └── PATCH
│       └── /:rcp_id
│   └── DELETE
│       └── /:rcp_id
|
├── /restaurants
│   └── GET
│       ├── /
│       ├── /:restaurant_id
│       └── /:restaurant_id/orders
│   └── POST
│       └── /
│   └── PATCH
│       └── /:restaurant_id
│   └── DELETE
│       └── /:restaurant_id
|
├── /steps
│   └── GET
│       ├── /
│       └── /:rcp_id
│   └── POST
│       └── /
│   └── PATCH
│       └── /step/:step_id
│   └── DELETE
│       └── /step/:step_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published