Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

Β 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Docket

Project Structure

Docket/
β”œβ”€β”€ backend/                      # Backend API (Python/FastAPI)
β”‚   β”œβ”€β”€ app/
β”‚   β”‚   β”œβ”€β”€ main.py              # FastAPI application entry point
β”‚   β”‚   β”œβ”€β”€ api/
β”‚   β”‚   β”‚   β”œβ”€β”€ routes_auth.py   # Authentication endpoints
β”‚   β”‚   β”‚   └── routes_documents.py # Document endpoints
β”‚   β”‚   β”œβ”€β”€ core/
β”‚   β”‚   β”‚   β”œβ”€β”€ config.py        # Configuration settings
β”‚   β”‚   β”‚   └── security.py      # Security utilities
β”‚   β”‚   β”œβ”€β”€ db/
β”‚   β”‚   β”‚   β”œβ”€β”€ models.py        # Database models
β”‚   β”‚   β”‚   β”œβ”€β”€ schemas.py       # Pydantic schemas
β”‚   β”‚   β”‚   └── session.py       # Database session management
β”‚   β”‚   └── services/
β”‚   β”‚       └── document_service.py # Business logic for documents
β”‚   β”œβ”€β”€ tests/                    # Test suite
β”‚   β”œβ”€β”€ requirements.txt          # Python dependencies
β”‚   β”œβ”€β”€ .env                      # Environment variables
β”‚   └── docket.db                 # SQLite database
β”œβ”€β”€ frontend/                      # Frontend application
β”œβ”€β”€ .venv/                        # Python virtual environment (root)
β”œβ”€β”€ .gitignore                    # Git ignore rules
β”œβ”€β”€ .vscode/                      # VS Code settings
β”œβ”€β”€ .git/                         # Git repository
└── README.md                     # This file

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages