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 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
Create your own admin from the menu.
For running test cases
-> coverage run -m pytest
For coverage result
-> coverage report -m
- ORM: Object relational mapper
- sql alchemy:
- connect: generate connection object with database
- pytest:
- pytest: framework for running unit test cases
- cryptography: python3 -m pip install cryptography
- pandas: python3 -m pip install pandas
- graph: python3 -m pip install mathplotlib