Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feekosta/jsonschemadiscovery
- Owner: feekosta
- License: apache-2.0
- Created: 2017-08-15T04:25:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T03:07:23.000Z (9 months ago)
- Last Synced: 2024-04-14T04:30:20.789Z (9 months ago)
- Topics: jsonschema, nosql
- Language: TypeScript
- Homepage:
- Size: 571 KB
- Stars: 6
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
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`.