Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aimedidierm/aquaflow
Laravel application with embedded system for ensuring that the Aquaflow Manager caters to the specific needs of each user and impact on water resource management.
https://github.com/aimedidierm/aquaflow
laravel nodemcu-esp8266 water-quality
Last synced: 10 days ago
JSON representation
Laravel application with embedded system for ensuring that the Aquaflow Manager caters to the specific needs of each user and impact on water resource management.
- Host: GitHub
- URL: https://github.com/aimedidierm/aquaflow
- Owner: aimedidierm
- Created: 2024-04-20T21:42:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T05:22:18.000Z (6 months ago)
- Last Synced: 2024-11-12T05:09:13.126Z (2 months ago)
- Topics: laravel, nodemcu-esp8266, water-quality
- Language: Blade
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚰 AquaFlow Laravel Project
Ensuring that the AquaFlow Manager caters to the specific needs of each user group is crucial for its successful adoption and impact on water resource management. Training programs, user guides, and ongoing support mechanisms should be in place to facilitate efficient use by diverse stakeholders. Regular feedback from users should be collected and used to enhance the system's functionality and address evolving requirements.
## Demo
https://github.com/user-attachments/assets/fb1b6bfe-de19-46f6-a1e0-9c4e67d9e5fc
## 🚀 Installation
Follow these steps to get started with the project:
1. **Clone the repository:**
```bash
git clone https://github.com/aimedidierm/aquaflow.git
```2. **Navigate into the project directory:**
```bash
cd aquaflow
```3. **Install Composer dependencies:**
```bash
composer install
```4. **Create a copy of the `.env.example` file and rename it to `.env`:**
```bash
cp .env.example .env
```5. **Generate an application key:**
```bash
php artisan key:generate
```6. **Run migrations and seed the database:**
```bash
php artisan migrate --seed
```7. **Start the development server:**
```bash
php artisan serve
```## 🤝 Contributing
🎉 Contributions are welcome! Feel free to open an issue or submit a pull request for any improvements or bug fixes.
## 📄 License
This project is distributed under the MIT License. See the [LICENSE](LICENSE) file for details.