Projeto de gestão escolar
Criação de sistema capaz de gerenciar matrículas, cursos, professores e alunos
- Laravel 8 or newer
- Bootstrap 5 or newer
- PHP >= 7.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Laravel-debugbar 3.7 or newer
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
docker-compose up -d
docker exec -it db sh
↳mysql -u root -p senha:root
↳SHOW DATABASES;
↳GRANT ALL ON schoolary.* TO 'schoolary'@'%' IDENTIFIED BY 'secret';
↳FLUSH PRIVILEGES;
↳EXIT;
docker exec -it app sh
↳composer install
↳php artisan key:generate
↳php artisan config:cache
↳php artisan migrate:fresh --seed
login: [email protected]
senha: password
Utilizar: http://localhost:8080/
Currently available locales are:
- Brazilian Portuguese (pt_br)
- Fork the repository
- Clone your fork:
git clone https://github.com/JohnnyHall/schoolary.git
- Stage changes
git add .
- Commit your changes:
cz
OR usegit commit
- Submit a pull request
- João Victor Rokemback Tápparo
- Felipe Yabiko Nogueira
- Tiago Gontijo Merighi
- Lucas Bertola da Silva
Created on
15/11/2022