Coder Social home page Coder Social logo

conference-room-booking-system's Introduction

Conference Room Booking System

This is a terminal based application which can be used to create, book and manage conference rooms

In this application

  • An admin can do followings.
    • Add floors, rooms for a building.
    • Register organizations and their users.
  • A registered user can do followings.
    • Can see available rooms for a selected duration.
    • Find rooms based on their requirements and book the same.
    • Cancel a booking.
    • See all bookings for their organization/done by the user/done by another user of the same company.

Project structure

.
├── crbs
|   ├── __init__.py
|   ├── admin_functionalities.py
|   ├── command_line_interface.py
|   ├── constants.py
|   ├── entities.py
|   ├── permissions.py
|   ├── user_functionalities.py
|   ├── utils.py
|   └── validations.py
├── media
|   └── screenshots
|          └── ..
|          └── ..
|          └── ..
├── .gitignore
├── main.py
├── README.md
└── requirements.txt

Here is a screenshot of the terminal for application.

Screenshot_CRBS

Please check media/screenshots for more details.

Installation and running the application

  • Install Python.
  • Install pip
  • Download or clone this repo in local system.
  • Open terminal.
  • Get required packages for the application.
pip install -r requirements.txt
  • Navigate inside the project folder where 'main.py' file is present.
  • Run this application by command python main.py.

Packages used

conference-room-booking-system's People

Contributors

techieaman94 avatar

Watchers

 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.