{"id":28265629,"url":"https://github.com/athoi0-0/vendefacil","last_synced_at":"2026-03-06T06:03:41.837Z","repository":{"id":293293420,"uuid":"983533085","full_name":"Athoi0-0/vendefacil","owner":"Athoi0-0","description":"About Vende-Fácil es una aplicación desarrollada para facilitar la conexión entre vendedores de productos agrícolas y compradores de alimentos del campo.","archived":false,"fork":false,"pushed_at":"2026-03-03T16:57:45.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T18:18:39.889Z","etag":null,"topics":["bash","bootstrap","copilot","env","flask","git","github","jinja2","json","mit-license","postgresql","postman","python","visual-studio-code"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Athoi0-0.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-14T14:19:47.000Z","updated_at":"2026-03-03T16:58:47.000Z","dependencies_parsed_at":"2025-06-12T00:21:16.867Z","dependency_job_id":"74c824fd-93d6-41b9-9d39-ee680961dcd0","html_url":"https://github.com/Athoi0-0/vendefacil","commit_stats":null,"previous_names":["athoi0-0/vendefacil"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Athoi0-0/vendefacil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athoi0-0%2Fvendefacil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athoi0-0%2Fvendefacil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athoi0-0%2Fvendefacil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athoi0-0%2Fvendefacil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Athoi0-0","download_url":"https://codeload.github.com/Athoi0-0/vendefacil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athoi0-0%2Fvendefacil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"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":["bash","bootstrap","copilot","env","flask","git","github","jinja2","json","mit-license","postgresql","postman","python","visual-studio-code"],"created_at":"2025-05-20T13:13:17.445Z","updated_at":"2026-03-06T06:03:41.391Z","avatar_url":"https://github.com/Athoi0-0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vende-Fácil 🌾\n\n![Vende-Fácil](https://img.shields.io/badge/Vende--F%C3%A1cil-Application-blue)\n\n## Introduction\n\nWelcome to Vende-Fácil! This application aims to bridge the gap between agricultural product sellers and food buyers. Our goal is to create a seamless connection that benefits both parties. Whether you are a farmer looking to sell your produce or a consumer seeking fresh food, Vende-Fácil is here to help.\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Technologies Used](#technologies-used)\n3. [Installation](#installation)\n4. [Usage](#usage)\n5. [Contributing](#contributing)\n6. [License](#license)\n7. [Links](#links)\n\n## Features\n\n- **User-Friendly Interface**: Navigate easily through our intuitive design.\n- **Real-Time Listings**: Sellers can post their products instantly.\n- **Search Functionality**: Buyers can find products quickly using filters.\n- **Secure Transactions**: We prioritize safety in every transaction.\n- **Community Feedback**: Users can leave reviews and ratings.\n\n## Technologies Used\n\nVende-Fácil utilizes a variety of technologies to ensure a robust and scalable application:\n\n- **Backend**: Flask\n- **Database**: PostgreSQL\n- **Frontend**: Bootstrap, Jinja2\n- **Development Tools**: Visual Studio Code, Git, GitHub\n- **Environment Management**: dotenv (env)\n- **API Testing**: Postman\n- **Scripting**: Bash\n- **Programming Language**: Python\n\n## Installation\n\nTo get started with Vende-Fácil, follow these steps:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/Athoi0-0/vendefacil.git\n   ```\n\n2. **Navigate to the Directory**:\n   ```bash\n   cd vendefacil\n   ```\n\n3. **Set Up a Virtual Environment**:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n4. **Install Dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n5. **Set Up the Database**:\n   Configure your PostgreSQL database and update the connection settings in your `.env` file.\n\n6. **Run the Application**:\n   ```bash\n   flask run\n   ```\n\n## Usage\n\nOnce the application is running, you can access it at `http://127.0.0.1:5000`. \n\n### Seller Instructions\n\n1. **Create an Account**: Sign up to start listing your products.\n2. **Post Products**: Use the \"Add Product\" feature to list your agricultural goods.\n3. **Manage Listings**: Edit or delete your products as needed.\n\n### Buyer Instructions\n\n1. **Browse Products**: Use the search bar to find what you need.\n2. **Contact Sellers**: Reach out directly to sellers for inquiries.\n3. **Leave Feedback**: Rate your experience after purchases.\n\n## Contributing\n\nWe welcome contributions! If you would like to contribute to Vende-Fácil, please follow these steps:\n\n1. **Fork the Repository**: Click on the \"Fork\" button at the top right of the page.\n2. **Create a New Branch**:\n   ```bash\n   git checkout -b feature/YourFeatureName\n   ```\n3. **Make Your Changes**: Implement your feature or fix.\n4. **Commit Your Changes**:\n   ```bash\n   git commit -m \"Add Your Feature Description\"\n   ```\n5. **Push to Your Fork**:\n   ```bash\n   git push origin feature/YourFeatureName\n   ```\n6. **Open a Pull Request**: Go to the original repository and click \"New Pull Request\".\n\n## License\n\nVende-Fácil is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Links\n\nTo download the latest version of Vende-Fácil, visit our [Releases page](https://github.com/Athoi0-0/vendefacil/releases). You can find the necessary files to download and execute the application there.\n\nFor more updates and releases, check our [Releases section](https://github.com/Athoi0-0/vendefacil/releases) regularly.\n\n## Conclusion\n\nThank you for checking out Vende-Fácil! We hope this application makes it easier for sellers and buyers to connect. If you have any questions or feedback, feel free to reach out. Happy selling and buying!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathoi0-0%2Fvendefacil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathoi0-0%2Fvendefacil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathoi0-0%2Fvendefacil/lists"}