Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iturres/python-flask-sql-projects

Flask. Route. Decorators. Requests, Responses. Sessions. Cookies.
https://github.com/iturres/python-flask-sql-projects

css3 flask html python3 sqlite3

Last synced: 12 days ago
JSON representation

Flask. Route. Decorators. Requests, Responses. Sessions. Cookies.

Awesome Lists containing this project

README

        



cs50 logo

Python-Flask-SQL-projects

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.

### w9 Practice Problems:

- #### Hello Flask, for practice writing a Flask application from scratch.

### w9 Lab 9:

- #### Birthdays Web App, a web application to keep track of friends’ birthdays.

- #### The app lets you:
- Add new dada.
- Modify existing data.
- Delete data.

- #### Preview:
https://user-images.githubusercontent.com/100724715/228059546-6ba6cd74-0b14-469d-b1a4-82245765b637.mp4

### w9 Problem Set 9:

- #### Finance Web App, a website via which users can “buy” and “sell” stocks using IEX-API.

- #### The app lets you:
- Register.
- Login/LogOut.
- Get a stock quote.
- Buy/Sell stocks.
- Save transaction history.
- Add more cash to account.

- #### Preview:
https://user-images.githubusercontent.com/100724715/227956181-d1a66108-cb17-4567-9f86-965b0806b536.mp4

---