Skip to content

RuchiBhardwaj/CabBookingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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# CabBookingApp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published