{"id":19793929,"url":"https://github.com/yash1hingu/travellify","last_synced_at":"2026-04-10T11:31:52.511Z","repository":{"id":232003015,"uuid":"782881833","full_name":"Yash1Hingu/Travellify","owner":"Yash1Hingu","description":"Travellify is a travel blogging web app where users can share travel experiences, view and interact with blogs, comment, like, and more. Built with React, Node.js, Express, and MongoDB. ✈️📝❤️","archived":false,"fork":false,"pushed_at":"2024-06-23T14:50:48.000Z","size":16069,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T15:36:37.109Z","etag":null,"topics":["axios","expressjs","javascript","mogoose","mongodb","mongodb-atlas","multer","nodejs","react-hooks","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://travellify.vercel.app","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/Yash1Hingu.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}},"created_at":"2024-04-06T10:03:31.000Z","updated_at":"2024-06-23T15:11:33.000Z","dependencies_parsed_at":"2024-06-23T16:06:47.523Z","dependency_job_id":null,"html_url":"https://github.com/Yash1Hingu/Travellify","commit_stats":null,"previous_names":["yash1hingu/travellify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yash1Hingu/Travellify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTravellify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTravellify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTravellify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTravellify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yash1Hingu","download_url":"https://codeload.github.com/Yash1Hingu/Travellify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTravellify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["axios","expressjs","javascript","mogoose","mongodb","mongodb-atlas","multer","nodejs","react-hooks","react-router","reactjs"],"created_at":"2024-11-12T07:11:40.170Z","updated_at":"2026-04-10T11:31:52.495Z","avatar_url":"https://github.com/Yash1Hingu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✈️ Travellify\n\nTravellify is a travel blogging web application where users can share their travel experiences, view blogs from other travelers, and interact with the community through comments and likes.\n\n## 🌐 Live Demo\n\nCheck out the live demo of the application: [Travellify](https://travellify.vercel.app/)\n\n## ✨ Features\n\n- 👤 User Registration and Login\n- 📝 Create, Read, Update, and Delete Blogs\n- 💬 Comment on Blogs\n- ❤️ Like and Unlike Blogs\n- 🏷️ View User Profiles\n- 📤 Share Blogs on Social Media\n\n## 🛠️ Tech Stack\n\n- **Frontend:** React.js, HTML, CSS, JavaScript\n- **Backend:** Node.js, Express.js, MongoDB\n- **Authentication:** JWT (JSON Web Tokens)\n- **Image Upload:** Multer, imgbb-uploader\n- **Styling:** Tailwind CSS, Bootstrap\n- **Hosting:** Vercel (Frontend), Render (Backend)\n\n## ⚙️ Installation\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/Yash1Hingu/Travellify.git\n   cd Travellify\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   # Install backend dependencies\n   cd backend\n   npm install\n\n   # Install frontend dependencies\n   cd ../frontend\n   npm install\n   ```\n\n3. **Set up environment variables:**\n   Create a `.env` file in the `backend` directory and add the following variables:\n   ```plaintext\n   PORT=4000\n   MONGO_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   IMGBB_API_KEY=your_imgbb_api_key\n   ```\n\n4. **Start the application:**\n   ```bash\n   # Start the backend server\n   cd backend\n   npm start\n\n   # Start the frontend development server\n   cd ../frontend\n   npm start\n   ```\n\n5. **Access the application:**\n   Open your browser and go to `http://localhost:3000`.\n\n## 🧑‍💻 Usage\n\n- **Register or Login:** Create a new account or log in with existing credentials.\n- **Create a Blog:** Share your travel experiences by creating a new blog post.\n- **View Blogs:** Browse through blogs from other users.\n- **Interact:** Like and comment on blogs to engage with the community.\n- **Profile:** View and edit your profile.\n\n## 📂 Folder Structure\n\n- `backend`: Contains the backend code with routes, models, and controllers.\n- `frontend`: Contains the frontend code with React components, pages, and styles.\n\n## 🤝 Contributing\n\nContributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.\n\n## 📧 Contact\n\nIf you have any questions or suggestions, feel free to contact me at yash23hingu@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash1hingu%2Ftravellify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyash1hingu%2Ftravellify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash1hingu%2Ftravellify/lists"}