Skip to content

EsraHaytaoglu/Delicious-Recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Delicious Recipes

Tools

  • React
  • Redux
  • React Router
  • Typescript
  • Redux Thunk

Rest Api

Backend olarak json-server kullanarak oluลŸturduฤŸum rest apiyi kullandฤฑm. api linki

Api Endpoints

GET    /recipes
GET    /recipes/:id/comments
GET    /comments
GET    /favs
GET    /recipes/:id
POST   /recipes
POST   /favs
POST   /comments
DELETE /recipes/:id
DELETE /favs/:id
DELETE /comments/:id

Competition

This project won an award in the competition organized by React Dersleri.