A brief introduction of the Python, Flask, and SQL projects worked on during the course.
NOTE: the projects' names in red / blue are links to each cs50 project page.
FLASK
Flask. Route. Decorators. Requests, Responses. Sessions. Cookies.
-
Hello Flask, for practice writing a Flask application from scratch.
-
Birthdays Web App, a web application to keep track of friends’ birthdays.
- Add new dada.
- Modify existing data.
- Delete data.
-
birthdays-web-app-vdo.mp4
-
Finance Web App, a website via which users can “buy” and “sell” stocks using IEX-API.
- Register.
- Login/LogOut.
- Get a stock quote.
- Buy/Sell stocks.
- Save transaction history.
- Add more cash to account.
-
finance-web-app-vdo.mp4