ramp_frontend.create_app¶
- 
ramp_frontend.create_app(config)¶
- Create the RAMP Flask app and register the views. - Parameters
- configdict
- The Flask configuration generated with - ramp_utils.generate_flask_config.
 
- Returns
- appFlask
- The Flask app created.