A fast and scalable backend API for tracking financial documents across offices. Built with FastAPI, it supports user authentication, role-based access control, and document status workflows. Ideal for internal systems that require secure and efficient document monitoring.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
64
commits
feat: update models and schemas and implement hook for history creation as user updates that document status
dd972b3View on GitHubfeat: implement document status history tracking
6f755d1View on GitHubfeat: added some functions and a schema for status endpoint
df416edView on GitHubfeat: implement an updated document endpoint to follow the async and configurable documents
17ee492View on GitHubfeat: implement the configurable document type and custom field endpoints
51f897bView on GitHubfeat: create document_type and custom field models and schema for a configurable document
efa30c8View on GitHubrefactor: rename admin_service to user_service
8e87cedView on GitHubchore: forgot to commit these, implement status repo and models
aedb6b6View on GitHubfeat: create dependencies for FastAPI routes
803c283View on GitHub