/crimemap

Interactive Crime Map

Primary LanguagePython

 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

Welcome to your Python project on Cloud9 IDE!

Crime Map

This is the second example project from the book "Flask By Example"

This project focuses on:

  • Adding a database (MySQL) to a Flask application
  • Using the Google Maps widget
  • Some basic JavaScript
  • Mitigation against SQL injection and XSS
  • User input validation