Commit History

feat: add image upload feature
c58940d

khagu commited on

fix: add project image display and view link functionality
f1588df

khagu Claude Opus 4.5 commited on

fix: standardize routing and remove trailing slashes for better compatibility
4a3c2fc

khagu commited on

fix: standardize routing and remove trailing slashes for better compatibility
f65bb7f

khagu commited on

fix: clean up routing to resolve 404 errors
9adf4ea

khagu commited on

fix: resolve 404 errors by fixing double-prefixing in routes
6e0c0e7

khagu commited on

merge main into deploy-branch and resolve conflicts
5d7a226

khagu commited on

feat: implement admin panel and add backend verification
c63c36c

khagu commited on

feat: redirect root to /health
20f066b

khagu commited on

feat: redirect root to /docs
ad37c8d

khagu commited on

add all files for deployment
9215c5e

khagu commited on

chore: add package initialization files
da328dd

AbhishekAdhikari commited on

init(core): add FastAPI application entry point
324f45b

AbhishekAdhikari commited on

init(auth): add admin authentication dependency
393a9a4

AbhishekAdhikari commited on

init(db): add Supabase database client setup
a0d33cb

AbhishekAdhikari commited on

init(schemas): add finalized pydantic models
9a72189

AbhishekAdhikari commited on

feat(api): implement CRUD operations for all v1 resources
e270dcd

AbhishekAdhikari commited on