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