https://github.com/feekosta/jsonschemadiscovery
Web application for extraction of documents nosql database schemas
https://github.com/feekosta/jsonschemadiscovery
jsonschema nosql
Last synced: 5 months ago
JSON representation
Web application for extraction of documents nosql database schemas
- Host: GitHub
- URL: https://github.com/feekosta/jsonschemadiscovery
- Owner: feekosta
- License: apache-2.0
- Created: 2017-08-15T04:25:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:37:18.000Z (about 1 year ago)
- Last Synced: 2025-02-01T01:11:26.494Z (6 months ago)
- Topics: jsonschema, nosql
- Language: TypeScript
- Homepage:
- Size: 726 KB
- Stars: 5
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.