Features

Author: Sabbir Hasan Munna

Category: Development

ZenithReserve - Hotel Management System

ZenithReserve is a robust Hotel Management System developed using Django Rest Framework. It provides a comprehensive solution for managing hotel properties, reservations, billing, and more.

Features

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository

    Use the following command to clone the repository:

    git clone https://github.com/sabbir2609/zenith-fe.git
    
  2. Navigate into the project directory

    Use the following command to navigate into the project directory:

    cd zenith-fe
    
  3. Create a virtual environment

    Use the following command to create a virtual environment:

    python3 -m venv venv
    
  4. Activate the virtual environment

    On Windows, use the following command to activate the virtual environment:

    .\venv\Scripts\activate
    

    On Unix or MacOS, use the following command to activate the virtual environment:

    source venv/bin/activate
    
  5. Install the required dependencies

    Use the following command to install the required dependencies:

    pip install -r requirements.txt
    
  6. Apply the migrations

    Use the following command to apply the migrations:

    python manage.py migrate
    
  7. Run the server

    Use the following command to run the server:

    python manage.py runserver
    

Now, you should be able to access the application at http://localhost:8000/.

Technology Stack

Python Django PostgreSQL Docker GitHub Redis MQTT Django Rest Framework Celery

Resources

For more information, see the Instruction Manual.

License

This project is licensed under the terms of the MIT License.