Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.57 KB

Getting Started with the Hospitality Management Project

This project is a web-based hotel room booking system, crafted with CodeIgniter3 and featuring a comprehensive admin and user account system, all operating on a MySQL database backend.

How to Clone and Set Up

To clone this project and set it up for development or testing on your local machine, follow these steps:

# Clone the repository into your desired directory
git clone https://github.com/BillyHasman/Hotel-Detendu-Sans.git

# Change into the project directory
cd Hotel-Detendu-Sans

# Install any dependencies or run initial scripts
# This may vary based on the project specifics

Once cloned, you'll need to set up your environment:

  1. Configure your database settings in application/config/database.php with your MySQL credentials.
  2. Run the database migrations if available, or import your .sql file into your MySQL database to set up the required tables.
  3. Update base URL in application/config/config.php to match your local or production environment.
  4. Test the application by starting your local development server or using tools like XAMPP/WAMP/MAMP to serve the project.

Time to Launch

“Dive into the world of web development with a practical hospitality management application. This CodeIgniter3 project is a fantastic way to get hands-on experience with real-world web application development scenarios. Get your local server running, navigate through the admin panel, and see how users would interact with a live booking system. Your journey into the intricacies of web development starts now!”