/hotelmis

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

PHP MYSQL Hotel Management System

Beginners Hotel management System having all the required modules to run hotel succesfully and which works with latest version of PHP and MYSQL.Originally available at https://sourceforge.net/projects/hotelmis/ which is working fine with older versions.

Getting Started

git clone https://github.com/cgpandey/hotelmis

mv hotelmis WEB_SERVER_ROOT_SERVER

Open http://localhost/phpmyadmin and create database hotelmis

Import hotelmis.sql from project directory to this newly created database

Edit Database info in queryfunctions.php and change port of your mysql database. If you don't know the port just put 3306(default most of the time)

Prerequisites

PHP Mysql PHPMyAdmin

Authors

trilexcom - Initial work - HOTELMIS

Chitragupt Pandey - Updated it for PHP 7- PRP Webs

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments