Skip to content

Full Stack Web App uses Python, Flask, MongoDB and HTML/CSS/JS to route data collected from a web form to a mongodb object store for later use/display.

License

Notifications You must be signed in to change notification settings

theCodingProfessor/Round_Trip_Data_Python_Flask_MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to a Small Python/Flask/MongoDB Web App

App Overview:

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.

App Home

App Home Page

App Web Form

App Web Form

New User

New User Page

App Data

Registered User Page

Site Requirements:

IDE (PyCharm), Python, pip from flask import Flask, render_template, request, redirect, url_for from pymongo import MongoClient optional: from bson import ObjectId

Site Directory

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

This files name is: Readme.md

License: MIT

About

Full Stack Web App uses Python, Flask, MongoDB and HTML/CSS/JS to route data collected from a web form to a mongodb object store for later use/display.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published