Skip to content

Instantly share code, notes, and snippets.

View Alsaheem's full-sized avatar
Building awesome ideas

Ayomide Adebisi Alsaheem

Building awesome ideas
View GitHub Profile
@Alsaheem
Alsaheem / deploying_simple_api.md
Created March 22, 2020 18:32 — forked from prodeveloper/deploying_simple_api.md
Deploying your RESTful API to heroku

In this session, we are going to mimic a posts api that we worked on in a previous class. Typecode provides the free sample api.

APIs are what enable the backend, frontend and your mobile application to work together. We have also seen how to build basic REST api using Django Rest Framework

To get the post API to work we will need to work on four modules: