Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iturres/python-flask-sql-projects
- Owner: ITurres
- Created: 2023-03-14T00:53:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-30T18:39:12.000Z (over 1 year ago)
- Last Synced: 2024-11-01T21:42:01.423Z (19 days ago)
- Topics: css3, flask, html, python3, sqlite3
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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---