Next-SCADA-API is a Laravel-based REST API that serves as the backend for the SCADA-Next client desktop applications. This API enables secure data management, workspace sharing, and user membership/ownership mechanism for monitoring and control systems in SCADA (Supervisory Control and Data Acquisition) applications.
For a full guide to setup, installation, and available API endpoints, please refer to the Next SCADA API Documentation on Notion.
To ensure the environment is set up correctly, here are the most commonly used commands:
Run Tests:
php artisan test
Database Seeding:
php artisan db:seed
These commands facilitate testing and populating the database with sample data.
This project is licensed under the MIT License.