Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 387 Bytes

One Pun at a time

Display a random dad joke

A fun Python project I did to learn about different things.

Version 1:

  • web scraping
  • XPATH
  • Flask
  • Deployment of Flask app on Ubuntu using Nginx

Version 2:

  • make data persistent in database
  • use REST API to fetch jokes from DB
  • website is smaller than 1kb