a simple web application that tells you if your JSON is valid or not.
To install project dependencies, run the following command:
make installTo start the application, run the following command:
make startTo run all tests, run the following command:
make testTo deploy the application, run the following command:
make deploy