Skip to content

This web page is designed to connect and display all birthdays from an external file. Using a basic MVC model, Flask as the server/web framework, Python as the back end, HTML & CSS as the front end.

Notifications You must be signed in to change notification settings

nicksansouci/BirthdayWebpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BirthdayDatabase

Using basic MVC model, I followed the guidelines of Lab 9 in CS50x instructions which links the database of birthdays.db to the flask server running python on the back end and utilizing CSS and HTML on the front end.

style.css is the static file which contains the styling of the webpage.

app.py is the back end python which enters the name and birthdays into the database.

flask is hosting the actual server rather than using HTTP port.

index.html is the framework home page.

About

This web page is designed to connect and display all birthdays from an external file. Using a basic MVC model, Flask as the server/web framework, Python as the back end, HTML & CSS as the front end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published