Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.62 KB

README.md

File metadata and controls

38 lines (24 loc) · 2.62 KB

Cactusapp

I created this app to maintain a record of my cacti seed sowings, recording information relating to each species, and to provide an API endpoint for receiving environmental data readings from Arduino data loggers via HTTPS. This app is hosted on an Oracle Cloud E2.1 micro instance.

Cactusapp app utilises several Django packages including:

Cactusapp also utilises the Beautiful Soup Python library to scrape web pages on Llifle.com, an excellent encyclopedia of living forms with a wealth of information relating to cacti and succulent species.

Some images of Cactusapp:

Species List Example

Species Gallery Example

Species Detail Example

Species Mass Update Example

Source List Example

Species Beautiful Soup Scrape Example

Zebra Labels from Sources Example

ToDo

  • Add model to represent each individual plant with relationships to Species and Sources
  • Add feature for taking images of individual plants via web app.
  • Show temperature and humidity on Chartjs graph (currently is just temperature).