Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.03 KB

Hotel-Management

Evolutionary Algorithm based Hotel Management System

Relevant links and descriptions:

Abstract EA Workshop idea description -
https://docs.google.com/document/d/1YY0OspEIgzkaTazFEswbjXmCcPQhtOHQ-Assu31cTPs/edit?usp=sharing
EA Workshop: High Level Design -
https://docs.google.com/document/d/1lj0mkhANW8TnzjaNRPEdvkXjUrwZuGFWnpUaQ_BBDtM/edit?usp=sharing

Presentation:

https://docs.google.com/presentation/d/1cx3WDzB-FK6mzieXZaqUB3WTH1YWSUHWuxkCx4KXI7s/edit?usp=drivesdk

DB

This is a MySql relational DB based project. hoteldbDB Schema can be installed using recent DB dump located under this project at src\main\resources\DB\Dump20220806.sql To Install hoteldbDB Schema, make sure to have MySql relational DB installed on you computer. Run command line:
mysql -h localhost -uroot -proot < src\main\resources\DB\Dump.sql

You might have to remove any
collation: 'utf8mb4_0900_ai_ci'
collate = 'utf8mb4_0900_ai_ci' prior of running the command.