Part 2: Setting up models, serialization, and API routes using the Django REST Framework — Live dev notes taken throughout the following tutorial by Dennis Ivy — Django + React Notes App In part 2, we look at setting up two GET endpoints by creating a database model, accessing the admin panel and serializing the records in our Django API backend You can also follow…