X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=r-app-catalogue%2FREADME.md;fp=r-app-catalogue%2FREADME.md;h=0000000000000000000000000000000000000000;hb=f93f9afe8d92bbf00912934d0ee022542b656775;hp=863713dbc652b7f5a2ae48d0516d76c31de928e9;hpb=c4af20d0ee12a70452a236b02ea9279fdccb4bb7;p=nonrtric.git diff --git a/r-app-catalogue/README.md b/r-app-catalogue/README.md deleted file mode 100644 index 863713db..00000000 --- a/r-app-catalogue/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# O-RAN-SC Non-RT RIC rAPP Catalogue - -The O-RAN Non-RT RIC rApp Catalogue provides an OpenApi 3.0 REST API for services to register themselves and discover -other services. - -**NOTE!** The definition of the REST API is done in the `api/rac-api.json` file. The yaml version of the file is -generated during compilation. - -The application is a SpringBoot application generated using the openapitools openapi-generator-maven-plugin. - -To start the application run: -`mvn spring-boot:run` - -## License - -Copyright (C) 2020 Nordix Foundation. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License.