kimutaieddy / BackedndRestApiTutorial

0 stars 0 forks source link

Set up project structure (Python) #1

Closed kimutaieddy closed 1 day ago

kimutaieddy commented 1 day ago

Set up a Django project with Django REST Framework. Create a virtual environment and install the necessary packages Add rest_framework and rest_framework_simplejwt to INSTALLED_APPS in the settings.py.