Skip to content

A commissioned UI for viewing different versions of JSON objects

Notifications You must be signed in to change notification settings

zachgarwood/object-version-system

Repository files navigation

Object Version System

Installation

  1. Prerequisites

    You must have Git, Node.js (with NPM), and MongoDB already installed.

  2. Unzip

    unzip object-version-system.zip

  3. Navigate to directory

    cd object-version-system

  4. Install

    npm install

Usage

  1. Start application

    node object-version-system.js

  2. POST JSON objects to http://localhost:3000/documents/
  3. Open a browser and navigate to http://localhost:3000
  4. Click a document name to view it's version history by date
  5. Check multiple versions to compare properties
  6. Click a property to narrow the comparison to just that property

Security

This application was built with the understanding that it will reside on a trusted intranet; therefore, it does not authenticate requests. It is not secure to expose this application's endpoints to the internet at large.

About

A commissioned UI for viewing different versions of JSON objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published