Simple Demo App to show round-trip of data from a web form (entry) to a database (mongodb), and then presented back (as a table) in the web app.
IDE (PyCharm), Python, pip from flask import Flask, render_template, request, redirect, url_for from pymongo import MongoClient optional: from bson import ObjectId
app.py css/ site_styles.css docs/ Readme.md img/ sf.ico js/ set_date.js data_buttons.js templates/ footer.html index.html nav.html results.html success.html web_form.html