Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.38 KB

File metadata and controls

53 lines (36 loc) · 2.38 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

GenTech

GenTech is a Laravel-based web application designed to streamline the creation and management of educational content. It provides tools for educators to generate, organize, and distribute learning materials efficiently.

Features1.0

  • User-friendly interface for managing courses, lessons, and resources
  • Role-based access control for administrators, teachers, and students
  • Integration with Laravel's authentication and authorization
  • Support for multimedia content and file uploads
  • Powerful search and filtering for educational materials
  • RESTful API for integration with other platforms

Getting Started

To get started with GenTech, clone the repository and follow the installation instructions:

git clone https://github.com/yourusername/GenTech.git
cd GenTech
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve

For detailed documentation, see the Wiki.

Contributing

Contributions are welcome! Please read the contribution guide for details on how to get started.

Code of Conduct

Please review and abide by the Code of Conduct to ensure a welcoming environment for all contributors.

Security Vulnerabilities

If you discover a security vulnerability, please email maintainer@example.com. All security issues will be addressed promptly.

License

GenTech is open-sourced software licensed under the MIT license.