Welcome to my Documentation Repository, a central hub containing detailed technical documentation for all my projects including APIs, web applications, and SaaS platforms.
Each file within this repository provides structured insight into project architecture, technologies used, and endpoint specifications.
This repository serves as a live collection of project documentation, showcasing my work in full-stack development, API design, and system architecture.
Here, youโll find documentation for multiple projects such as:
- Sell Daily โ Full-stack e-commerce platform (Flask, React, PostgreSQL, JWT)
- ADC (AI Dream Chat) โ AI-powered chat and dream interpretation API (Flask, OpenAI API)
- Additional in-progress projects and demo documentation files
- Backend: Python (Flask), RESTful APIs, PostgreSQL
- Frontend: React, HTML, CSS, Bootstrap / Tailwind CSS
- Authentication: JWT & Bearer Tokens
- Documentation Tools: Postman, Markdown, JSON Schemas, Static HTML pages
- Version Control: Git & GitHub
| File / Folder | Description |
|---|---|
sell-daily.html |
Documentation for the Sell Daily API |
adc.html |
Documentation for AI Dream Chat API |
index.html |
Documentation homepage / navigation index |
*.postman_collection.json |
Postman collection exports for API testing |
You can view the documentation directly by:
- Opening any
.htmlfile in your browser - Or running a simple local server:
python -m http.server 8000