{"id":23291434,"url":"https://github.com/sahilsh-dev/online-mart","last_synced_at":"2025-10-27T01:07:35.890Z","repository":{"id":166950425,"uuid":"619231849","full_name":"sahilsh-dev/Online-Mart","owner":"sahilsh-dev","description":"An e-commerce website built using Flask, SQLAlchemy and HTMX ","archived":false,"fork":false,"pushed_at":"2024-02-16T14:43:12.000Z","size":7697,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T01:11:04.517Z","etag":null,"topics":["bootstrap","ecommerce","flask","hacktoberfest","hacktoberfest-accepted","htmx","javascript","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://sahilthermal9.pythonanywhere.com","language":"CSS","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/sahilsh-dev.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}},"created_at":"2023-03-26T16:47:43.000Z","updated_at":"2024-12-07T05:58:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4233011-057b-4545-9540-d0bb6b9affaf","html_url":"https://github.com/sahilsh-dev/Online-Mart","commit_stats":null,"previous_names":["sam6900/online-mart","sahilsh-dev/online-mart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahilsh-dev/Online-Mart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsh-dev%2FOnline-Mart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsh-dev%2FOnline-Mart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsh-dev%2FOnline-Mart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsh-dev%2FOnline-Mart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilsh-dev","download_url":"https://codeload.github.com/sahilsh-dev/Online-Mart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsh-dev%2FOnline-Mart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281197270,"owners_count":26459736,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":["bootstrap","ecommerce","flask","hacktoberfest","hacktoberfest-accepted","htmx","javascript","python","sqlalchemy"],"created_at":"2024-12-20T05:18:03.290Z","updated_at":"2025-10-27T01:07:35.862Z","avatar_url":"https://github.com/sahilsh-dev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homey - Your online store for all home items\n\nWelcome to Homey - your ultimate destination for purchasing home items online, leveraging Flask, SQLAlchemy, Bootstrap, and HTMX to deliver an efficient e-commerce solution.\n\u003cbr\u003e\n\u003cbr\u003e\n![image](https://github.com/Sam6900/Online-Mart/assets/85671637/47c629fe-7c79-4d20-8e37-3d601bb77d63)\n\n## Features:\n\n- **User Authentication:** Secure sign-up, login, and logout functionalities.\n- **Product Catalog:** Explore and purchase various home items and categories effortlessly.\n- **Shopping Cart:** Add items, manage quantities, and proceed to checkout seamlessly.\n- **Order Management:** Track order history and manage account details with ease.\n- **Stripe Payments:** Secure integration with Stripe for smooth transactions.\n- **htmx Integration:** Enhances user experience with dynamic HTML content updates.\n\n## Installation\n\n### Python Installation\n\n1. Clone this repository to your local machine.\n   \n2. Navigate to the root directory of the project.\n\n3. Create a virtual environment in python.\n\n3. Install the required packages by running:\n\n    ```bash\n    $ pip install -r requirements.text\n    ```\n3. Create a `.env` file in the root directory of the project.\n\n4. Add the following line to the `.env` file, replacing `YOUR_STRIPE_SECRET_KEY` with your actual Stripe secret key:\n\n    ```\n    STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY\n    ```\n    \n5. Run the following command to start the application:\n\n    ```bash\n    $ flask run\n    ```\n\n### Docker Installation\n\n1. Make sure you have Docker installed on your machine. If not, you can download and install it from [https://www.docker.com/get-started](https://www.docker.com/get-started).\n\n2. Clone this repository to your local machine.\n\n3. Navigate to the root directory of the project where the Dockerfile is located and add a .env file for storing STRIPE_SECRET_KEY.\n\n4. Build the Docker image by running the following command:\n\n    ```bash\n    $ docker build -t homey-app .\n    ```\n\n5. Once the image is built, you can run the Docker container using the following command:\n\n    ```bash\n    $ docker run -p 5000:5000 homey-app\n    ```\n\nAccess the application by opening your web browser and navigating to [http://localhost:5000](http://localhost:5000).\n\n## Usage for Other Projects\n\nYou can use this project as a template or reference for building your own e-commerce website. Here's how you can adapt it for your needs:\n\n- Customize the product catalog and categories to fit your product offerings.\n- Integrate other payment gateways or shipping APIs to expand the payment available.\n- Implement additional features such as product reviews or better product recommendation\n\n## Future Todos\n\n- [ ] Make about us and contact us pages.\n- [ ] Implement Pagination.\n- [ ] Make the application responsive for mobile devices.\n- [ ] Implement user reviews and ratings for products.\n- [ ] Optimize the application for performance and scalability.\n\n\n## Contributing\n\nContributions are super welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.\n\nThank you for choosing Homey - Your Online Home Goods Store! Happy shopping! 🏠🛍️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilsh-dev%2Fonline-mart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilsh-dev%2Fonline-mart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilsh-dev%2Fonline-mart/lists"}