At this point, we have a running xnlogic application that contains only boilerplate code. We will gradually turn this application into a simplified version of Twitter.

Here is a high-level description of our data model:
Users and Tweets.
User has two properties, username and email.Tweet has one property, text.User can create Tweets. Users can follow other users. In the next few tutorials, we will gradually build our application - An API server, backed by a graph database. We will use the power of graph databases and the xnlogic framework, to perform interesting queries on our data.