Skip to content

nmp4817/DATABASE-SEARCHTOOL

Repository files navigation

DATABASE SEARCHTOOL

Simple command line application to search the data and return the results in a human readable format

Language : Python 2.7.11

All the json files which contains data, should be in same folder where the program (solution.py) resides.

HOW TO EXECUTE PROGRAM

  1. Open cmd ( start + cmd ).
  2. Go to the location of solution.py
  3. Write down following command :
       python solution.py

HOW TO EXECUTE UNITTEST

  1. Open cmd ( start + cmd ).
  2. Go to the location of unittesting.py
  3. Write down following command :
       python unittesting.py -v
You can add more unit tests if you want I have just mentioned few to give idea.

Releases

No releases published

Packages

No packages published

Languages