wmduggan41 / IS601-Homework-5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IS 601 - Homework 5

Project Description

This project is a homework assignment to learn how to get Pycharm setup with Docker, Flask, and MySQL.

It is a continuation of the previous assignment, where now HTML forms were created to add new records, update records, and delete records.

The data was taken from this csv source and converted to SQL statements using this online tool.

MySQL Database Screenshot

pycharm_data_query

Homepage Screenshot

homepage_mlb_players

View of One Player Record

view_mlb_player

Add a New Player Record

new_mlb_player

Update an Existing Player Record

edit_mlb_player

Delete an Existing Player Record

delete_mlb_player

About

License:MIT License


Languages

Language:HTML 66.5%Language:Python 32.1%Language:Dockerfile 1.4%