Tools used: React.js, Django, SQLite
Course References: React JS + Python Django + SQLite | Fullstack App Tutorial
Result: stormy-stream-35141.herokuapp.com
API Base URL: plantchambermonitorapi.herokuapp.com
About the project: Final Presentation of Mobile Computing and Web Technology Course
Steps to run Django project in local:
- change the use of this library
from django.conf.urls import url
to
from django.urls import repath (if any)
- create requirements.txt and copy this text to that file:
asgiref==3.6.0
Django==4.2
django-cors-headers==3.14.0
djangorestframework==3.14.0
gunicorn==20.1.0
pytz==2023.3
sqlparse==0.4.3
- Run these commands:
pip install -r requirements.txt
pip manage.py migrate
pip manage.py runserver