FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Structured architecture for Dashboard with Auth and CRUD by Shreyash0895 · Pull Request #83 · flypythoncom/python · GitHub

Structured architecture for Dashboard with Auth and CRUD - #83

Open
Shreyash0895 wants to merge 3 commits into
flypythoncom:masterfrom
Shreyash0895:master
Open

Structured architecture for Dashboard with Auth and CRUD#83
Shreyash0895 wants to merge 3 commits into
flypythoncom:masterfrom
Shreyash0895:master

Conversation

Copy link
Copy Markdown

Resolves #76 - Added architectural guidelines and framework recommendations for building a Python dashboard with Auth and CRUD

Copy link
Copy Markdown
Author

I have created a dedicated folder with a production-ready Python backend structure using modern standards.
-main.py: A FastAPI application with JWT-protected routes and CRUD endpoints.
-models.py & database.py: SQLAlchemy ORM setup utilizing SQLite for easy initial deployment.
-schemas.py: Pydantic models to handle request validation and response serialization.
-auth.py: Password hashing (bcrypt) and JWT access token generation.
-requirements.txt: Includes fastapi, uvicorn, sqlalchemy, passlib, and python-jose.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build a Python App for Dashboard with Authentication and CRU

1 participant


Back | FazBrowse Home | New Git URL