{"id":31642468,"url":"https://github.com/tameronline/postgres-templates","last_synced_at":"2025-10-07T03:59:39.717Z","repository":{"id":304069493,"uuid":"1014564335","full_name":"TamerOnLine/postgres-templates","owner":"TamerOnLine","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-10T20:05:40.000Z","size":693,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-11T05:14:26.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TamerOnLine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-06T01:10:19.000Z","updated_at":"2025-07-10T20:05:43.000Z","dependencies_parsed_at":"2025-07-11T05:15:18.871Z","dependency_job_id":"bc18677e-b5fb-4ff1-802e-a59213018927","html_url":"https://github.com/TamerOnLine/postgres-templates","commit_stats":null,"previous_names":["tameronline/postgres-templates"],"tags_count":null,"template":false,"template_full_name":"TamerOnLine/resume-templates","purl":"pkg:github/TamerOnLine/postgres-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fpostgres-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fpostgres-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fpostgres-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fpostgres-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamerOnLine","download_url":"https://codeload.github.com/TamerOnLine/postgres-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fpostgres-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717434,"owners_count":26033542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-07T03:59:32.871Z","updated_at":"2025-10-07T03:59:39.710Z","avatar_url":"https://github.com/TamerOnLine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Resume Template Manager – Setup Guide\n\n## 🚀 Requirements\n- Python 3.11+\n- PostgreSQL installed and running\n- `.env` file configured with database credentials\n\n---\n\n## 📁 Project Structure\n\n```\npostgres-templates/\n├── db/\n│   ├── setup.py               ← Runs DB setup and Alembic migrations\n│   ├── init_system.py         ← Initializes core tables and defaults\n│   ├── alembic.ini\n│   └── alembic/\n├── serve-manager/\n│   ├── main.py                ← FastAPI app entry point\n│   └── venv/                  ← Main and only virtual environment\n├── requirements.txt\n└── setup-config.json\n```\n\n---\n\n## ⚙️ Setup Instructions\n\n### 1. Activate the virtual environment\n\n```bash\n# Windows\n.\\serve-manager\u000benv\\Scripts\u0007ctivate\n\n# Linux/macOS\nsource serve-manager/venv/bin/activate\n```\n\n---\n\n### 2. Initialize the database and run Alembic migrations\n\n```bash\npython db/setup.py\n```\n\nThis script:\n- Runs `init_system.py`\n- Applies Alembic migrations\n- Uses the unified virtual environment at `serve-manager/venv`\n\n---\n\n### 3. Start the development server\n\n```bash\nuvicorn serve-manager.main:app --reload --port 8000\n```\n\n---\n\n## ✅ Notes\n\n- All systems use a **single unified virtual environment**.\n- No need to create separate `venv` folders in `db` or elsewhere.\n- Project is configured for real-server behavior in VS Code using `.vscode/settings.json` and `launch.json`.\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fpostgres-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftameronline%2Fpostgres-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fpostgres-templates/lists"}