Skip to content

AndrewDant/SeniorDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 18, 2019
e04fc36 · Apr 18, 2019

History

54 Commits
Apr 10, 2019
Apr 12, 2019
Apr 17, 2019
Apr 9, 2019
Apr 9, 2019
Apr 17, 2019
Apr 18, 2019
Apr 17, 2019
Apr 15, 2019
Apr 18, 2019
Apr 11, 2019
Mar 20, 2019
Apr 9, 2019

Repository files navigation

SeniorDesign

http://senior-design.n7wvrh3jp8.us-east-1.elasticbeanstalk.com/

Application.py is the main Flask app that hosts the webapps' endpoints and handles all backend logic. Models.py has the definition of the records that are used for storing information in the database and serializing records. requirements.txt lists the python requirements of the project

templates/ This folder holds the Jinja2 templates that are used to generate the html of the frontend. base.j2 is a wrapper template that brings in libraries static reources to be used index.j2 defines the actual layout that is displayed to the user when they load the page

static/ This folder holds static resources for use by the front end package.json describes the npm libraries that the project uses main.css holds the styling information the frontend uses main.js holds the javascript code that polls for data from the backend and updates the display static/images holds some pictures that are or were previously used in the frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published