Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astoicame authored Jan 9, 2025
1 parent 1c4dd2d commit 878d761
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SQL-Database-Website-Design
This repository displays all of my portions of code that contributed to a larger group project in desinging a SQL database and website for updating and editing entries for the Younger Lab at Boston University.
This repository displays all of my portions of code that contributed to a larger group project in desinging a SQL database and website for updating and editing entries for the Younger Lab at Boston University. Please note this website is not publicly hosted, so the scripts here do not create a functioning unit and are simply the pieces of code I contributed to the project. The website is active and private to the lab associated.


get_sort.py <- this script aquires requested data from the database and populates the Sort form with the current information
Expand All @@ -9,3 +9,9 @@ update_sort.py <- this script allows users who can bypass the password protectio


update_sort.html <- this provides the user interface for the above scripts to function

main.html <- main UI design for the website

style2.css <- style file called on in main.html

help_page.html <- HTML for the website's help page

0 comments on commit 878d761

Please sign in to comment.