https://github.com/gupta-aryaman/flask-mini-proj
Created multiple practice projects using flask(python), practicing establishment of micro web frameworks and database connectivity
https://github.com/gupta-aryaman/flask-mini-proj
flask flask-restful flask-sqlalchemy python
Last synced: 2 months ago
JSON representation
Created multiple practice projects using flask(python), practicing establishment of micro web frameworks and database connectivity
- Host: GitHub
- URL: https://github.com/gupta-aryaman/flask-mini-proj
- Owner: Gupta-Aryaman
- Created: 2022-11-14T13:47:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T14:31:22.000Z (over 3 years ago)
- Last Synced: 2025-03-29T07:41:57.784Z (over 1 year ago)
- Topics: flask, flask-restful, flask-sqlalchemy, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Projects using flask
3 mini projects were created to practice creation of micro web framework using flask and connecting it with database (sqlite).
1. Created a web server to perform CRUD operations on a created database
2. Created a restful api
.yaml link - https://onlinedegree.gitlab.io/mad1/week_six_openapi/
3. Extension on \#1
Database used -


