Add multi-layer RIC instance selector
[portal/ric-dashboard.git] / webapp-backend / README.md
1 # RIC Dashboard Web Application Backend
2
3 The RIC Dashboard back-end provides REST services to the Dashboard
4 front-end Typescript features running in the user's browser.  For
5 production use, it also serves the Angular application files.
6
7 Please see the documentation in the docs/ folder.
8
9 The backend server publishes live API documentation at the
10 URL `http://your-host-name-here:8080/swagger-ui.html`
11
12 ## License
13
14 Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
15 Licensed under the Apache License, Version 2.0 (the "License");
16 you may not use this file except in compliance with the License.
17 You may obtain a copy of the License at
18
19      http://www.apache.org/licenses/LICENSE-2.0
20
21 Unless required by applicable law or agreed to in writing, software
22 distributed under the License is distributed on an "AS IS" BASIS,
23 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 See the License for the specific language governing permissions and
25 limitations under the License.