Build a full-stack app and deploy it to Heroku
https://mytitanic-analysis.herokuapp.com/
Python Flask-powered API with seven routes.
@app.route("/")
@app.route("/age/")
@app.route("/age/<pclass>")
@app.route("/survived/")
@app.route("/survived/<pclass>")
@app.route("/gender-class/")
@app.route("/class-age/")
Four plotly javascript visualizations
Compare the number of passengers by class.
Compare the passenger survival by class.
Pie charts comparing passenger gender and survival by class.
Box plot comparing passenger survival by age and class.
- Python
- Flask
- Javascript
- HTML/ CSS
- Bootstrap
- Plotly
- SQLAlchemy
- SQLite
- Heroku
Created by @deepavadakan