Skip to content

Web application for extraction of documents nosql database schemas

License

Notifications You must be signed in to change notification settings

feekosta/JSONSchemaDiscovery

Repository files navigation

JSONSchemaDiscovery

What you need installed to run this project:

Setting up development environment:

After clone the repo to your local machine, in project's folder:

  1. Install global dependencies:
  1. 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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.