A simple one page web application to manage student data.
- Create a database named 'students'.
- Import the 'DB/student.sql' into the students Database.
- Change database configurations in the 'config/config.xml'.
- Create a virtual host.
- Change the 'BASE_URL' value in the 'index.php' to match url you used in virtual host file. Please add the '/' at the end of the URL. (eg: http://www.example.com/)