A learning platform intended to showcase Oracle Database features using examples in
multiple programming languages.
The Oracle Database is packed full of features for application developers, even or maybe especially if you are
writing your UIs in languages like JavaScript, Python and more. To make it easier for developers to
learn about and leverage these features, the Oracle Developer Advocates Team has put together a demonstration
application: DinoDate, the Premier Dating Website for Dinosaurs.
At certain places throughout the application, you will see this icon . This
will expand a tab explaining different programming approaches for the given functionality and allow you to
switch between them.
Some functionality is only available to the admin user such as:
Broadcast a message to all users
Generate random user accounts
To access these functions, log in as admin@example.com using any password.
DinoDate provides examples of accessing Oracle Database features from multiple languages. Each language shares a
common AngularJS client and produces the same Restful API. The below diagram shows the basic structure for the
application.