1. Start the XAMPP server (Apache and Mysql)
2. Clone the repository
3. Import The .sql file with command given below.
mysql -u root -p -h localhost –-default-character-set=utf8 activity_logger < sqlfile.sql
4. Open http://localhost/Activity_logger
5. To dump the database into sql file run the command.
mysqldump -u root -p activity_logger --default-character-set=utf8 > sqlfile.sql
Kairav Bansal B18062
Hridayesh Akhand B18057
Mohit Sharma B18071
Vishal Siwach B18091
Umesh Kumar B18089