BioGrowth_API is a Python-based API designed to help small-scale and middle-scale farmers access scientifically engineered agricultural products. The project provides tools for data processing, visualization, and statistical analysis to enhance agricultural productivity.
- Description
- Installation
- Usage
- Contributing
- License
- Contact
BioGrowth_API is created to assist farmers by providing access to scientifically engineered agricultural products. The API offers various functionalities for managing and analyzing biological growth data, making it easier for farmers to make informed decisions.
- Clone the repository:
git clone https://github.com/RemyAde/BioGrowth_API.git
- Navigate to the project directory:
cd BioGrowth_API - Install the required dependencies:
pip install -r requirements.txt
- Navigate to the app directory:
cd app - Add the following environment variables to the
.envfile:algorithm=<your_algorithm> email=<your_email> password=<your_password> DEV_DATABASE_URL=<your_database_url> secret_key=<your_secret_key>
- Start the API:
python main.py
- Access the API at
http://localhost:8000.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.
For any inquiries or issues, please contact the repository owner.