Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 634 Bytes

Log:

  1. Added home.html to templates
  2. Filled in CSS elements
  3. Used Bootstrap CSS
  4. Added Navbars and Footers
  5. Added Mailto functionality to Apply and Contact Us buttons
  6. Deployed to cloud on Render at: https://careers-website-v2-tfxt.onrender.com
  7. Started a Cloud MySQL Database on Planetscale.com
  8. Downloaded MySQL Workbench to connect and insert data
  9. Connected to PlanetScale database thorugh SQLAlchemy on Flask
  10. Queried data from PlanetScale MySQL Database through SQLAlchemy on FLASK and displayed data dynamically on the FLASK webpage: Jobs List
  11. Added functionality to add job applications to the MYSQL DB