{"id":20597139,"url":"https://github.com/nikhilmandaliya/organive","last_synced_at":"2026-04-07T16:32:36.499Z","repository":{"id":199543789,"uuid":"519737370","full_name":"NikhilMandaliya/Organive","owner":"NikhilMandaliya","description":"Organive: Multivendor store for a world of shopping possibilities.","archived":false,"fork":false,"pushed_at":"2023-10-15T15:38:18.000Z","size":30332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T15:19:13.868Z","etag":null,"topics":["ejs","express","mongodb","mongoose","nodejs","oauth2","razorpay","stripe"],"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/NikhilMandaliya.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":"2022-07-31T09:55:35.000Z","updated_at":"2023-10-21T11:00:11.000Z","dependencies_parsed_at":"2023-12-14T01:48:03.625Z","dependency_job_id":null,"html_url":"https://github.com/NikhilMandaliya/Organive","commit_stats":null,"previous_names":["nikhilmandaliya/organive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NikhilMandaliya/Organive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikhilMandaliya%2FOrganive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikhilMandaliya%2FOrganive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikhilMandaliya%2FOrganive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikhilMandaliya%2FOrganive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikhilMandaliya","download_url":"https://codeload.github.com/NikhilMandaliya/Organive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikhilMandaliya%2FOrganive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ejs","express","mongodb","mongoose","nodejs","oauth2","razorpay","stripe"],"created_at":"2024-11-16T08:20:30.365Z","updated_at":"2026-04-07T16:32:36.479Z","avatar_url":"https://github.com/NikhilMandaliya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Organive - Multivendor Store\n\nOrganive is a real-world, multivendor store project developed to learn and implement advanced concepts in web development. This Node.js project leverages various technologies and APIs to create a seamless e-commerce experience.\n\n## Technologies Used\n\n- **Node.js**: The project is built using Node.js, which allows for efficient server-side JavaScript development.\n\n- **Express**: Express is the web application framework used to create a robust and scalable backend for the project.\n\n- **MongoDB with Mongoose**: We use MongoDB as our database system, and Mongoose as the ODM (Object Data Modeling) library to interact with the database.\n\n- **EJS Template Engine**: EJS (Embedded JavaScript) is used to render dynamic web pages and display data from the server.\n\n- **Multer**: Multer is employed for handling file uploads.\n\n- **Passport for Google OAuth**: We have implemented Google OAuth for user authentication, allowing users to log in with their Google accounts.\n\n- **JSON Web Tokens (JWT) and Bcrypt**: JWT is used for user session management and authentication.\n\n- **Bcrypt**: Bcrypt is used to securely hashing user passwords before storing in DB.\n\n- **Razorpay and Stripe**: Payment gateways are integrated, enabling users to make secure transactions through both Razorpay and Stripe.\n\n- **Google Maps APIs**: Google Maps APIs are used for address autocomplete, making it easier for users to enter their addresses and also give us latitude and longitude.\n\n- **SendGrid**: SendGrid is used for sending email to users, such as order confirmations and reset password links.\n\n## Project Flow\n\nOrganive consists of three main user roles and various functionalities:\n\n1. **Shop (User) Side:**\n   - Users can browse and select stores based on the vendor's location and delivery range.\n   - Users can add products to their wishlist or shopping cart.\n   - The checkout process is available to complete purchases.\n   - User authentication is possible through Google OAuth or by registering with an email and password.\n   - The user dashboard allows viewing and updating profiles, changing passwords, logging out, viewing orders, and canceling them.\n   - Promocodes can be applied during checkout.\n\n2. **Admin Panel:**\n   - Admins can create and manage vendors or allow vendors to register via the vendor panel.\n   - Admins can create categories for products.\n   - The creation of promocodes for user discounts is available.\n   - Admins can view vendors and manage products, including product deletion.\n\n3. **Vendor Panel:**\n   - Vendors can register or log in.\n   - Vendors can create, manage, and delete their products.\n   - Order management, including order acceptance or rejection, is possible.\n\n## Getting Started\n\nTo set up the Organive project locally, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/NikhilMandaliya/Organive.git\n   ```\n   \n2. Install dependencies:\n\n   ```bash\n   cd organive\n   npm install\n   ```\n\n3. Configure environment variables:\n\n- Create a .env file in the project root and add the necessary environment variables, such as API keys and secrets for MongoDB, Google OAuth, SendGrid, and payment gateways.\n\n4. Start the application:\n\n   ```bash\n   npm start\n   ```\n\n5. Access the project in your web browser at http://localhost:3000.\n   \n\u003ch3 align=\"center\"\u003eHappy coding!\u003c/h3\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhilmandaliya%2Forganive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhilmandaliya%2Forganive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhilmandaliya%2Forganive/lists"}