Skip to content

Tanay3484/CC-Project

Repository files navigation

Hotel Management System

CC Project, Topic-3

Made using Python-Flask, MySQL, HTML, TailwindCSS and JavaScript

Team Members

  • Tanay Singh, PES2UG20CS364
  • Shriya Y S, PES2UG20CS333
  • Supreeth Shivakumar, PES2UG20CS357

Usage Guide

This Project requires the following tools:

  • Python 3.6 or higher
  • MySQL 80

Getting Started

Step 0: Clone the repository and cd into the project directory

$ git clone https://github.com/Tanay3484/CC-Project.git

Step 1: Install the dependencies listed in requirements.txt

$ pip install -r requirements.txt

Step 2: Make Sure that you have a MySQL Server up and running either in your local computer or hosted remotely

Step 3. Configure the database for the app to use

  • Open the mysql.cfg file with any text editor to edit your MySQL user and password in the respective fields for the app to connect to it.
    (You can also edit host and port number if the MySQL Server is hosted remotely)
    Also, you can change the MySQL database name for the app to use.

Step 4: Run

Run the webapp by running either   flask run   OR   python app.py   command
By default, a flask application runs on port 5000 on localhost. So head over to http://localhost:5000 and start using!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors