Skip to content

Graduation project, academic data manager.

Notifications You must be signed in to change notification settings

kevinoedgardino/IBBACH

 
 

Repository files navigation

IBBACH

Installation

After dowloading, run the command below, it will directly install the dependencies for composer and NPM and will also create the .env file and generates de app key.

  npm run setup

Run the migrations

  php artisan migrate

Run the database seeder

The seeder will store some base data to the database

   php artisan db:seed 

Compile js and css files

  npm run dev || npm run watch

Run the server and everything should be working

  php artisan serve

Autogenerated users

When you run the seeder it will insert 4 users by default according to their respective role in the database and you will be able to log in to each of them with the following credentials.

Code Password
ADMIN admin
SECRETARIA secretaria
DOCENTE docente
ALUMNO alumno

License

Authors: Miguel Ardón, Kevin Chacón, Fredy Alvarez, Cesar Escobar. 2022. Laravel MIT license.

About

Graduation project, academic data manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.1%
  • PHP 30.9%
  • Blade 5.2%
  • JavaScript 1.9%
  • SCSS 0.5%
  • CSS 0.3%
  • Shell 0.1%