A simple Flask application to track and update plant moisture levels.
- Ensure Python 3.8 or later is installed on your machine.
- Clone the repository:
git clone <repository-url> - Navigate into the project directory:
cd plant-moisture-tracker - Create a virtual environment:
python -m venv venv - Activate the virtual environment:
- On Windows:
venv\Scripts\activate - On Unix or MacOS:
source venv/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt - Start the application:
flask run
Contributions are welcome! Please feel free to submit a pull request.
