Application solution to generate schema from json files
- from your terminal, cd into the project directory
- run
python main.py
and follow the prompt - Note: only json files that are included in the project can be accessed by the program as input source files
- from your terminal, cd into the project directory
- run
pip install -r requirements.txt
to install dependencies
- make sure test dependencies has been installed
- from your terminal, cd into the project directory
- run
python -m pytest