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

https://github.com/strongbox/strongbox-database-ui


https://github.com/strongbox/strongbox-database-ui

angular gremlin janusgraph strongbox

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Strongbox Database UI
[![Master Build Status](https://jenkins.carlspring.org/buildStatus/icon?job=/strongbox/builds/strongbox-database-ui/master)](https://jenkins.carlspring.org/blue/organizations/jenkins/strongbox%2Fbuilds%2Fstrongbox-database-ui/activity/?branch=master)
[![RocketChat.Community.Channel](https://chat.carlspring.org/images/join-chat.svg)](https://chat.carlspring.org/channel/community)
[![dependencies Status](https://david-dm.org/strongbox/strongbox-database-ui/status.svg)](https://david-dm.org/strongbox/strongbox-database-ui)
[![devDependencies Status](https://david-dm.org/strongbox/strongbox-database-/dev-status.svg)](https://david-dm.org/strongbox/strongbox-database-?type=dev)
[![Known Vulnerabilities](https://snyk.io/test/github/strongbox/strongbox-database-/badge.svg?targetFile=package.json)](https://snyk.io/test/github/strongbox/strongbox-database-?targetFile=package.json)

## Installation

```
git clone https://github.com/strongbox/strongbox-database-ui.git
cd strongbox-database-ui
npm install
```

## Development server

Run `ng serve` 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`.

## Build

Run `ng build` and then `ng package` to build the project.
The build artifacts will be stored in the `dist/packaging` directory.

## Running unit tests

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

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).