Skip to content

Apps for monitor microclimate condition and plant images of growth chamber system

Notifications You must be signed in to change notification settings

arbiminanda/plant-chamber-monitor-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

plant-chamber-monitor-app

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

About

Apps for monitor microclimate condition and plant images of growth chamber system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published