Skip to content

a simple web application that tells you if your JSON is valid or not

License

Notifications You must be signed in to change notification settings

tjmaynes/json-validator-app

Repository files navigation

json-validator

a simple web application that tells you if your JSON is valid or not.

Requirements

Usage

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