Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.41 KB

Overview

A frontend web application for maniiifest deployed at maniiifest.onrender.com.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/presentation-typechecker.git
    cd presentation-typechecker
  2. Install the dependencies:

    npm install

Running the Application

To start the application, run the following command:

npm start

This will start the server and make the application accessible at http://localhost:10000.

Endpoints

  • Root Endpoint: Serves the HTML form for JSON input.

    GET /
  • Pretty Print Endpoint: Handles form submissions to validate and pretty-print JSON data.

    POST /pretty-print
  • Version Endpoint: Retrieves the current version of the maniiifest application from the package.json file.

    GET /version

License

This project is licensed under the MIT License. See the LICENSE file for details.