Please run this test on port 5001 only or change the port from APIs.views to whatever port you are running on
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
- The Project setup completes here
python manage.py runserver 5001