From the course: Building React and Django Apps

Demo project overview

From the course: Building React and Django Apps

Start my 1-month free trial

Demo project overview

- [Narrator] In this project, we have the following libraries installed to be able to use Django. Django itself, Django REST framework, Django-filter, for filtering querysets and models and the Django OAuth Toolkit for OAuth2 authentication. For the front end, we have these other modules installed. We have React.js, React Router, Jest for unit testing and Cypress for end-to-end testing. For this project, we have already built some Django models for packages, bookings and wishlist items. We've also built some methods for React to interact with the API server. We also have some pre-built React components for you to use.

Contents