Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feekosta/jsonschemadiscovery

Web application for extraction of documents nosql database schemas
https://github.com/feekosta/jsonschemadiscovery

jsonschema nosql

Last synced: 3 months ago
JSON representation

Web application for extraction of documents nosql database schemas

Awesome Lists containing this project

README

        

# JSONSchemaDiscovery

## What you need installed to run this project:
* [NodeJS](http://nodejs.org)
* [Mongo DB](https://www.mongodb.org)

## Setting up development environment:
After clone the repo to your local machine, in project's folder:
1. Install global dependencies:
* [Angular CLI](https://cli.angular.io/) `npm install -g @angular/cli`
* [Typescript](https://www.typescriptlang.org/) `npm install -g [email protected]`

2. Install project dependencies running: `npm install`;

## Development server

Run `npm run dev` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.