Skip to content

sammcdo/jha-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safety Recording Interface

I build a JHA web app with a python backend and a javascript front end. It uses a MySQL database. The application is containerized with docker.

Run Instructions

Run the docker compose:

Front End

The front end consists of a single page application, formatted with bootstrap CSS and using javascript to simulate page routing and interface with the API.

Back End

The back end is written in python, using the flask library. The app package and routes subpackage organize the flask server to allow it to respond to requests from the front end.

Storage System

I chose to use MySQL as my storage system. I chose to give each table a primary key and require the foreign keys. This allowed for cleaner automatic deletion management while still enforcing the hierarchical relationships.

About

Skill Demonstration Website of a safety recording interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors