A PHP application where Student and Faculty can apply for leave. Once applied they can track the status of their leave application. First the application would be received by Acad person who either accepts or rejects the application. Once accepted by the Acad person, application is forwarded to the HOD who finally accepts or rejects the application.
- PHP
- Xampp
- Git
- Install PHP, Xampp and Git on your system.
- Fork this repository.
- Create a NewFolder inside htdocs folder of Xampp directory.
- Open the terminal and change directory to the folder created inside htdocs.
- run commands:
- git init
- git remote add origin https://github.com/your_user_name/ApplicationTracker
- git pull origin master
- Now run the Apache and MySQL from the Xampp Control Panel.
- Go to PhpMyAdmin from localhost and create a new database table named file tracking.
- Click on file tracking and then navigate to SQL. Paste the content of file_tracking.sql in it and click Go.
- Application is now ready to go!