Academics Management System for admin build with CakePHP 4
This is the project which I use to learn about cakePHP
- Show total colleges, students and staffs in dashboard.
- Manage (add, edit, remove, show list) colleges, branch, students and staffs.
- Show College, Student, Staff 's Report and user can copy or export file to format such as: xlsx, pdf, csv.
Docker-CE
$ cd env && docker build -t training:latest .
$ sh docker-launch.sh
You can use the following commands to migrate the database and seed with sample users as well as destroy all data
# migrate & seed
$ docker exec training bash -c "cd var/html/cgi-bin && bin/cake migrations migrate && bin/cake migrations seed"
# destroy
$ docker exec training bash -c "cd var/html/cgi-bin && bin/cake migrations migrate && bin/cake migrations rollback -t 0"
http://localhost:8080
You can install phpmyadmin in docker container but in this project, I use mysql workbench to connect database with host localhost:3306