Thursday, June 8, 2017

3.1) Data Modelling

Hello all !

My app
My app is powered by https://hasura.io/



Please refer my blospot 1.1   and my blogspot 1.2  before I move on to discuss the current module.


My data schema is a very simple one, comprising of two major tables.
Following is a screenshot of the database schema diagram made indbDesigner.net





No comments:

Post a Comment

Basic Flask web app

 from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...