Engagement (schedule) Management App ########################################################################
########################################################################
######################################################################## Pre-Requisites:
- php v7.0.27
- XAMPP server.
- MySQL DATABASE SERVER(INCLUDED IN XAMPP)
- BOOTSRAP V4 alpha
Directory contents : msp folder,ppt,database sql file.
Steps:
- Install XAMPP Server
- Start XAMPP server
- Copy and paste the contents of msp folder in /opt/lampp/htdocs directory.
- For importing database, start mysql server from XAMPP Control Panel
- Goto URL: localhost/phpmyadmin 6, Create Database named "schedule_mgmt"
- Import the "schedule_mgmt.sql" into database.
- After import goto url ==> localhost to browse the webapp.
- You can see the login credentials from database by using url: localhost/phpmyadmin and selecting schedule_mgmt database.
Steps for changing Database connection:
- Go to /opt/lampp/htdocs/private folder.
- Open "conn.php" . Here you can specify database server name,db_name, username and password,
GitHub Link: https://github.com/vnkdj5/SIH_2k18_Schedule_mgmt