{"id":28436376,"url":"https://github.com/rohitramteke1/photography-booking-api","last_synced_at":"2026-04-18T02:31:03.720Z","repository":{"id":296099444,"uuid":"992296017","full_name":"rohitramteke1/photography-booking-api","owner":"rohitramteke1","description":"A serverless-ready backend API for photography service bookings, built with Node.js, DynamoDB, and AWS Lambda. Features authentication, role-based access, Google OAuth, and Swagger documentation.","archived":false,"fork":false,"pushed_at":"2025-05-28T23:57:04.000Z","size":16287,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T18:42:24.180Z","etag":null,"topics":["api","aws","backend","booking","dynamodb","express","nodejs","photography","serverless"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohitramteke1.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-05-28T23:41:54.000Z","updated_at":"2025-05-28T23:57:08.000Z","dependencies_parsed_at":"2025-05-29T00:47:32.831Z","dependency_job_id":null,"html_url":"https://github.com/rohitramteke1/photography-booking-api","commit_stats":null,"previous_names":["rohitramteke1/photography-booking-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rohitramteke1/photography-booking-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitramteke1%2Fphotography-booking-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitramteke1%2Fphotography-booking-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitramteke1%2Fphotography-booking-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitramteke1%2Fphotography-booking-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitramteke1","download_url":"https://codeload.github.com/rohitramteke1/photography-booking-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitramteke1%2Fphotography-booking-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["api","aws","backend","booking","dynamodb","express","nodejs","photography","serverless"],"created_at":"2025-06-05T22:08:43.413Z","updated_at":"2026-04-18T02:31:03.715Z","avatar_url":"https://github.com/rohitramteke1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📸 Photography Booking API\n\nThis project is a **serverless-ready, full-featured backend** built with Node.js and DynamoDB for a modern photography service booking platform.\n\n---\n\n## 🔥 Features at a Glance\n\n✅ JWT-based Authentication  \n✅ Google OAuth for Admins  \n✅ Booking Flow with Price Estimator  \n✅ Service \u0026 Photographer Listings  \n✅ Role-based Access Control  \n✅ Admin Analytics Dashboard  \n✅ Swagger UI Docs + Postman Collection  \n✅ Dockerized for Local \u0026 Cloud  \n✅ CI/CD with GitHub Actions  \n✅ Built on AWS SDK + DynamoDB (NoSQL)\n\n---\n\n## 📂 Project Structure\n\n```\n├── src/\n│   ├── controllers/\n│   ├── models/\n│   ├── routes/\n│   ├── middleware/\n│   ├── config/\n│   ├── docs/\n│   ├── tests/\n│   └── app.js\n├── Dockerfile\n├── .env.example\n├── README.md\n├── swagger.json\n└── .github/workflows/ci.yml\n```\n\n---\n\n## 🧪 Testing\n\nWe use **Jest + Supertest** for full API coverage.\n\n```bash\nnpm test\n```\n\n---\n\n## 📊 API Tools\n\n- Swagger Docs: [http://localhost:5000/api-docs](http://localhost:5000/api-docs)\n- Postman Collection: [`/src/docs/postman_collection.json`](src/docs/postman_collection.json)\n\n---\n\n## 👤 Roles\n\n| Role     | Permissions                          |\n|----------|--------------------------------------|\n| `user`   | View \u0026 book services                 |\n| `admin`  | Manage users, bookings, services     |\n\n---\n\n## 🔒 Auth Strategy\n\n- **JWT** for user login\n- **Google OAuth** for admin-only access\n- **Secure cookies** for token storage\n\n---\n\n## 🌐 AWS Services Used\n\n- **DynamoDB** – NoSQL storage\n- **S3** – Media storage (optional)\n- **AWS SDK v3** – SDK for DynamoDB access","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitramteke1%2Fphotography-booking-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitramteke1%2Fphotography-booking-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitramteke1%2Fphotography-booking-api/lists"}