{"id":27213484,"url":"https://github.com/tyler-098/prescripto","last_synced_at":"2026-05-01T16:35:50.215Z","repository":{"id":286912359,"uuid":"962963162","full_name":"tyler-098/prescripto","owner":"tyler-098","description":"A Full-Stack Doctor Appointment \u0026 Live Chat App Book appointments, chat with doctors, and manage healthcare records with ease. Built using React, Node.js, Express, MongoDB, and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-05-25T14:35:50.000Z","size":4091,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T15:40:33.321Z","etag":null,"topics":["doctor","fullstack","mern","project","react","webdeve"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyler-098.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-09T00:18:35.000Z","updated_at":"2025-05-25T14:35:53.000Z","dependencies_parsed_at":"2025-05-25T15:37:58.986Z","dependency_job_id":null,"html_url":"https://github.com/tyler-098/prescripto","commit_stats":null,"previous_names":["tyler-098/prescripto"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tyler-098/prescripto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-098%2Fprescripto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-098%2Fprescripto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-098%2Fprescripto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-098%2Fprescripto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyler-098","download_url":"https://codeload.github.com/tyler-098/prescripto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-098%2Fprescripto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["doctor","fullstack","mern","project","react","webdeve"],"created_at":"2025-04-10T02:42:02.064Z","updated_at":"2026-05-01T16:35:50.210Z","avatar_url":"https://github.com/tyler-098.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🩺 Prescripto – Doctor Appointment \u0026 Live Chat App\n\nPrescripto is a full-stack web application that allows users to book doctor appointments online and chat with healthcare professionals in real-time. Built with React, Tailwind CSS, Node.js, Express, and MongoDB.\n\n---\n\n## 🖼 Screenshots\n\n### 🏠 Home Page  \n![Home Page](./screenshots/home.png)\n\n### 👨‍⚕️ Doctor Listing  \n![Doctor List](./screenshots/doctor-list.png)\n\n### 💬 Live Chat  \n![Chat](./screenshots/chat.png)\n\n\u003e 📸 You can replace these images with your actual screenshots inside a `screenshots/` folder.\n\n---\n\n## 📖 Project Description (English / Hindi)\n\n**Prescripto** is a web app to help users find doctors, book appointments, and consult via live chat.\n\n**Prescripto** एक वेब ऐप्लिकेशन है जिससे यूज़र्स डॉक्टर से अपॉइंटमेंट बुक कर सकते हैं और लाइव चैट के जरिए सलाह ले सकते हैं।\n\n---\n\n## 🚀 Features\n\n- 👨‍⚕️ Browse doctors by specialization\n- 📅 Book and manage appointments\n- 💬 Real-time chat with doctors\n- 🔒 Secure login/signup for patients and doctors\n- ☁️ Upload doctor profile images (Cloudinary)\n- 🧑‍💻 Admin panel for control and management\n\n---\n\n## 🛠 Tech Stack\n\n**Frontend**: React, Tailwind CSS, React Router  \n**Backend**: Node.js, Express.js  \n**Database**: MongoDB  \n**Auth**: JWT, bcrypt  \n**Image Upload**: Multer, Cloudinary\n\n---\n\n## 🧑‍💻 Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/tyler-098/prescripto.git\ncd prescripto\n```\n### 2. Install Dependencies\n\n##For frontend:\n\n```bash\ncd frontend\nnpm install\n```\n##For admin:\n\n```bash\ncd admin\nnpm install\n```\n\n##For backend:\n\n```bash\ncd ../backend\nnpm install\n```\n\n\n### 3. Configure Environment Variables\n\nIn the server/ directory, create a .env file and add the following:\n\n```.env\nMONGODB_URI=your_mongo_db_uri\nJWT_SECRET=your_jwt_secret\nCLOUDINARY_CLOUD_NAME=your_cloudinary_name\nCLOUDINARY_API_KEY=your_api_key\nCLOUDINARY_API_SECRET=your_api_secret\n```\n\n### 4. Run the App\n\nStart the Backend\n```bash\ncd backend\nnpm start\n```\n\nStart the Frontend\n```bash\ncd ../frontend\nnpm run dev\n```\n\nStart the Admin Panel\n```bash\ncd ../admin\nnpm run dev\n```\n\n🤝 Contributing\nWant to contribute? Follow these steps:\n\nFork the repo\n\nCreate a branch: git checkout -b feature-name\n\nCommit your changes: git commit -m \"added feature\"\n\nPush and submit a PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler-098%2Fprescripto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyler-098%2Fprescripto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler-098%2Fprescripto/lists"}