blob: fa11b3326b43387257d0c8dd149025d48f627e27 [file] [log] [blame]
jsseidela3b65e42017-09-28 14:31:07 -04001Introduction
2============
Christopher Lott (cl778h)881d2192017-11-06 15:13:17 -05003
jsseidela3b65e42017-09-28 14:31:07 -04004In this tutorial you'll be creating your own ONAP Portal SDK web application, starting with pulling the source code directly from ONAP's Portal SDK Gerrit repository.
5
6Your new web application will use the various frameworks that are included in the Portal SDK to display a simple but interactive application page that will let a user choose from two different charts to display.
7
8To do this, you'll learn how to setup and query a database in the backend as well as populate chart data for displaying.
9