KEMBAR78
Backend to frontend | PDF
Backend to Frontend
First Few steps

- Gourav Tiwari
@JSMeetup
Backend
● What is it?
● Are you a backend guy?
● Do you know APIs?
RESTful APIs
●
●
●
●

GET
POST
PUT
DELETE
First step

Think about API driven architecture
Second step

Build at least one API
Third Step

Push data in JSON
Typical API Driven Architecture
Frontend

HTML + Data

JSON Objects

Backend

DB
Typical API Driven Architecture
JSON Objects
Frontend

JSON Objects

Backend

DB
Thank You!

Backend to frontend