Giter Club home page Giter Club logo

hotel-management's Introduction

Hotel Management Django App

Hotel room booking and management app in Django(Python).

Features

  • Material design based UI.
  • Login and Signup functionality.
  • Customers can book room based on availability.
  • See the booking history and edit order from the dashboard.

Screenshot

Technology Used

How to run the project

  • clone the repository.
  • Move to newly created git directory as cd Hotel-Management
  • Install virtualenv as sudo pip3 install virtualenv
  • Create a new virtual environment as python3 -m venv demo_venv (demo_venv is the name of your virtual environment, you can name it anything)
  • Activate the newly created virtual environement source demo_venv/bin/activate
  • Install all the dependencies as pip install -r requirements.txt
  • Traverse to the room_slot main directory as cd room_slot (This is the place where all source file are kept).
  • Start the development Server as python manage.py runserver
  • Visit localhost:8000 in your browser to view the site live.
  • To deactivate virtual environment anytime use deactivate

Features of the project

  • Fully responsive website(for both mobile and larger screens) based on google material design.
  • Login/Signup/Logout feature for both Customer and Room Manager.
  • Custom dashboard for both Customer and Room Manager.
  • Facility to add, delete, update rooms by Room Manager.
  • Room Manager can see the details of user that has booked one of his rooms.
  • Customer can cancel the room booking.
  • Contact form support for every visitor of website.
  • Superuser have access to all the functionality listed above.

hotel-management's People

Contributors

batking24 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.