sudo yum -y install epel-release
sudo yum -y update
Download repository
I used this steps to install django on centOs for more than 10 times and it worked for me but it may not contain all the details you may need in your project.
nmtui
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: