{"id":23399767,"url":"https://github.com/bhanupm07/internvilla","last_synced_at":"2026-04-11T01:40:44.122Z","repository":{"id":228075594,"uuid":"773088843","full_name":"bhanupm07/internvilla","owner":"bhanupm07","description":"A job listing full stack project ","archived":false,"fork":false,"pushed_at":"2024-10-21T11:32:19.000Z","size":271,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T15:47:17.650Z","etag":null,"topics":["chakra-ui-react","expressjs","fullstack-development","mern-stack","nodejs","react-router-dom","tailwindcss","usecontext-hook"],"latest_commit_sha":null,"homepage":"https://internvilla.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/bhanupm07.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-03-16T18:02:29.000Z","updated_at":"2024-10-21T11:32:22.000Z","dependencies_parsed_at":"2024-03-17T01:19:34.758Z","dependency_job_id":"ae3b8529-887d-44be-ae18-ca213bb0b71e","html_url":"https://github.com/bhanupm07/internvilla","commit_stats":null,"previous_names":["bhanupm07/internvilla"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanupm07%2Finternvilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanupm07%2Finternvilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanupm07%2Finternvilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanupm07%2Finternvilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhanupm07","download_url":"https://codeload.github.com/bhanupm07/internvilla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918936,"owners_count":21018043,"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","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":["chakra-ui-react","expressjs","fullstack-development","mern-stack","nodejs","react-router-dom","tailwindcss","usecontext-hook"],"created_at":"2024-12-22T10:16:24.295Z","updated_at":"2026-04-11T01:40:43.174Z","avatar_url":"https://github.com/bhanupm07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Internvilla: Internship Discovery Platform\n\nInternvilla is a MERN stack web platform designed to help users discover and apply for internships. The platform features a unique coin-earning system where users earn coins by completing their profile and adding experiences/projects. These coins can be used to apply for internships listed on the platform.\n\n### [Explore Internvilla Now](https://internvilla.vercel.app/)  \n### [Source Code](https://github.com/bhanupm07/internvilla)\n\n## 🚀 Features\n\n- **Explore Internships**: Discover internships scraped from [Cuvette](https://cuvette.tech), neatly listed with detailed descriptions and application requirements.\n- **Profile Management**: Users can fill in their details, add experiences and projects to earn coins, which are used to apply for internships.\n- **Coin Earning System**: An integrated reward system that incentivizes users to complete their profiles and enrich their portfolio.\n- **Secure Authentication**: Register and login with OTP-based email verification via Nodemailer.\n- **Responsive Design**: Fully optimized for mobile and desktop devices with seamless navigation.\n\n## 🛠 Tech Stack\n\n### Frontend\n- **React**: Modular and dynamic interface.\n- **Context API**: State management across different components.\n- **TailwindCSS**: Utility-first CSS framework for rapid styling.\n- **ChakraUI**: Accessible, reusable components for building UI.\n\n### Backend\n- **Node.js**: JavaScript runtime for server-side logic.\n- **Express.js**: Fast, minimalist web framework for Node.js.\n- **MongoDB**: NoSQL database using Mongoose ORM for structured data handling.\n\n### Additional Tools\n- **Cloudinary**: Image hosting and handling service for profile pictures and media content.\n- **Nodemailer**: Email service for sending OTPs during registration and login.\n\n## 💡 Key Highlights\n\n### 1. Explore Internships\nThe platform scrapes internships from Cuvette, populating the Explore page. Users can browse internships, check requirements, and apply using their earned coins.\n\n### 2. Profile Page\nUsers can enhance their profiles by adding personal details, experiences, and projects. Each contribution helps them earn coins that can be redeemed when applying for internships.\n\n### 3. Coin Earning System\nA unique gamified experience that rewards users for completing their profile and adding value to their portfolio. Coins are essential for applying to internships and can be earned through:\n- Completing basic profile details.\n- Adding educational qualifications.\n- Adding work experiences or projects.\n\n### 4. Authentication \u0026 Authorization\n- **OTP Verification**: Secure login and signup with one-time password (OTP) sent via email.\n- **Authentication**: Users are authenticated before they can apply to internships or make changes to their profiles.\n\n## ⚙️ Installation \u0026 Setup\n\n### Prerequisites\n- Node.js (v14 or higher)\n- MongoDB Atlas (or local MongoDB instance)\n\n### Clone the Repository\n```bash\ngit clone https://github.com/yourusername/internvilla.git\ncd internvilla\n```\n\n### Backend Setup\n\n1. Navigate to the backend directory:\n\n   ```bash\n   cd backend\n   ```\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n3. Create a .env file in the backend directory and configure the following environment variables:\n\n   ```bash\n   MONGO_URI=\u003cYour MongoDB connection string\u003e\n   CLOUDINARY_CLOUD_NAME=\u003cYour Cloudinary cloud name\u003e\n   CLOUDINARY_API_KEY=\u003cYour Cloudinary API key\u003e\n   CLOUDINARY_API_SECRET=\u003cYour Cloudinary API secret\u003e\n   EMAIL_SERVICE=\u003cYour email service provider\u003e\n   EMAIL_USER=\u003cYour email service username\u003e\n   EMAIL_PASS=\u003cYour email service password\u003e\n   ```\n4. Start the backend server:\n\n   ```bash\n   npm start\n   ```\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n\n  ```bash\n  cd frontend\n  ```\n\n2. Install dependencies:\n\n  ```bash\n  npm install\n  ```\n\n3. Create a .env file in the frontend directory and configure the following environment variable:\n\n  ```bash\n  REACT_APP_BACKEND_URL=\u003cYour Backend API URL\u003e\n  ```\n\n4. Start the frontend development server:\n\n  ```bash\n  npm start\n  ```\n## 📽 Demo\n\n### [Watch the demo video here](https://drive.google.com/file/d/1xZbd9ziuIlhE_cVQCxhxmzRSxh__gyuX/view)\n\nYou can record a demo of the project using tools like Loom or OBS Studio. Once recorded, upload the demo and paste the link here to showcase the functionality of the platform.\n\n## 🔮 Future Enhancements\n\n- **Admin Panel**: Add an admin interface for managing internships and user data.\n- **Notifications**: Implement real-time notifications for new internships and profile completion reminders.\n- **Payment Gateway**: Integrate a payment system for additional premium services.\n\n## 🙌 Contributing\n\nContributions are welcome! Please fork this repository, make your changes, and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhanupm07%2Finternvilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhanupm07%2Finternvilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhanupm07%2Finternvilla/lists"}