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 install
andnpm install
to install the dependencies. - Configure your environment variables.
- Run
php artisan key:generate
to generate an application key. - Run
php artisan migrate
to create the tables in your database. - Run
php artisan db:seed
to fill the database with test data.
The Laravel framework is open-sourced software licensed under the MIT license.