To configure and improve the degree project at SENA in 2020, its purpose was to improve the process that the instructors of the productive stage did in the control of students and evidences
Client: Bootstrap 5
Server: Laravel 8
- Clone this repository.
- Navegate to one of the 2 projects directory
- Run
composer installandnpm installto install the dependencies. - Configure your environment variables.
- Run
php artisan key:generateto generate an application key. - Run
php artisan migrateto create the tables in your database. - Run
php artisan db:seedto fill the database with test data.
The Laravel framework is open-sourced software licensed under the MIT license.