Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaruth1 authored May 28, 2024
1 parent 927af06 commit 26b3af4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@

BotaniQue is a project designed to simplify plant care by providing real-time monitoring and insights into plant conditions. This backend server is a key part of the BotaniQue ecosystem, supporting data processing, real-time updates, and integration with cloud services.

Created as an exam project by Júlia Ilášová and Maria Nielsen

![image](https://github.com/Team-Wilhelm/BotaniQue-Fullstack/assets/113031776/3186f28e-8c35-4f65-a378-7affeaf01646)

## Project Components

* IoT Device (Smart Plant Pot): An ESP32 microcontroller with sensors for soil moisture, air humidity, temperature, and light, and an OLED screen for displaying the plant's mood.
* Mobile App (Frontend application): Developed in Flutter, it allows users to manage plants and view their conditions.
* Backend Server: Processes data from the IoT device, determines plant health, and provides real-time updates to the mobile application as well as handling authentication, data storage and business logic for the mobile app.
* [IoT Device](https://github.com/team-wilhelm/botanique-iot) (Smart Plant Pot): An ESP32 microcontroller with sensors for soil moisture, air humidity, temperature, and light, and an OLED screen for displaying the plant's mood.
* [Mobile App](https://team-wilhelm.github.io/BotaniQue-MobDev/) (Frontend application): Developed in Flutter, it allows users to manage plants and view their conditions.

## Technologies Used

Expand All @@ -19,6 +23,8 @@ BotaniQue is a project designed to simplify plant care by providing real-time mo
* Azure Cognitive Services: Azure vision for background removal from images
* Azure Blob Storage: For image storage

## Project Setup

Run database:
```bash
docker run --name botanique_db -p 5432:5432 -e POSTGRES_PASSWORD=password -e POSTGRES_USER=root -d postgres:14
Expand Down

0 comments on commit 26b3af4

Please sign in to comment.