© Art Yudin 2020
A. YudinBuilding Versatile Mobile Apps with Python and RESThttps://doi.org/10.1007/978-1-4842-6333-4_2

2. Let’s build our back-end web app

Art Yudin1  
(1)
New York, NY, USA
 

In this chapter, using Django and RESTful APIs, we will design the back-end of our web application. We will build the back-end part of our pizzavspizza web application. Also, we will discuss all the main aspects of the Django web app and implement CRUD operations. By the time you finish this chapter, you would have a working Django web application.

Design your Django app

From the previous chapter, you should remember that the Django project can hold multiple apps, smaller parts of the whole project. Some of them come as default built-ins of Django, and others could ...

Get Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.