Extend RAN connection table to handle null fields
[portal/ric-dashboard.git] / webapp-backend / README.md
index 04da1a9..48c9380 100644 (file)
@@ -1,8 +1,13 @@
 # RIC Dashboard Web Application Backend
 
-## Development server
+The RIC Dashboard back-end provides REST services to the Dashboard
+front-end Typescript features running in the user's browser.  For
+production use, it also serves the Angular application files.
 
-Run `mvn -Dspring.profiles.active=mock spring-boot:run` for a dev server. Navigate to `http://localhost:8080/swagger-ui.html`. 
+Please see the documentation in the docs/ folder.
+
+The backend server publishes live API documentation at the
+URL `http://your-host-name-here:8080/swagger-ui.html`
 
 ## License