Skip to content

Evolutionary Algorithm based Hotel Management System

Notifications You must be signed in to change notification settings

tall1/Hotel-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Evolutionary Algorithm based Hotel Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published