Skip to content

Mehulipal/CS355_Mini_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS355_Mini_Project

Report
Demo Video

Problem Statement

There are different kinds of service possibly based upon the type of amenity or facility we are referring to (such as services related to guest house, market shops, landscape, etc).

  • Guest House Related Service: Such as handling room booking request, food booking, bill generation, staff duty scheduler, etc
  • Market Shop Related Services: Such as maintaining records for shop keeprs, license period, extension period, monthly rent/electricity details, feedback/performance management, etc.
  • Landscaping Related Service: Such as maintaining gardeners details, identifying campus areas, gardeners assignments, duty roster, equipment stock and maintenance details, handling grass cutting requests

References

To be added...

Setting Up

After Starting Apache and MySQL in XAMPP, follow the following steps

  • 1st Step: Extract files
  • 2nd Step: Copy the main project folders
  • 3rd Step: Paste in xampp/htdocs/

Now Connecting Database

  • 4th Step: Open a browser and go to URL "http://localhost/phpmyadmin/"
  • 5th Step: Then, click on the databases tab
  • 6th Step: Create 3 database naming "guest_house", "market_shop" & "Landscape Related Services" and then click on the import tab
  • 7th Step: Click on browse file and select "guest_house.sql", "market_shop.sql" & "Landscape_Related_Services.sql" file which is inside "DATABASE" folder
  • 8th Step: Click on go.

After Creating Database,

Insert the username and password as "root" and "" respectively

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published