RuchiBhardwaj / CabBooking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAB BOOKING

Introduction

A console application has a run.py file which has two member Employee and Admin with their respective features and , where every option takes user to their respective roles class and introduce to their features. The project is using sql alchemy database.And we have used Object relational mapper(ORM) method for associating user-defined python classes with databases tables.

Project Doc

Project documentation link :https://docs.google.com/document/d/19TN5iCXihnF_19BxCLd2nhPaUsKxMlsDDbV0IbylRRo/edit Setup for Running the Project

1. Open the project CabBooking
2. Run pythonn file 'run.py'
    -> python run.py

Credentials to run the project :

Create your own admin from the menu.

Setup for Running test cases

For running test cases
    -> coverage run -m pytest
For coverage result
    ->  coverage report -m 

Dependencies

  1. ORM: Object relational mapper
  2. sql alchemy:
    • connect: generate connection object with database
  3. pytest:
    • pytest: framework for running unit test cases
  4. cryptography: python3 -m pip install cryptography
  5. pandas: python3 -m pip install pandas
  6. graph: python3 -m pip install mathplotlib

About


Languages

Language:Python 98.7%Language:C 0.7%Language:C++ 0.3%Language:HTML 0.1%Language:JavaScript 0.1%Language:Jupyter Notebook 0.0%Language:CSS 0.0%Language:Fortran 0.0%Language:Shell 0.0%Language:Smarty 0.0%