{"id":19410129,"url":"https://github.com/modemobpsycho/flask-sneaker-store","last_synced_at":"2026-06-17T15:31:27.202Z","repository":{"id":224814016,"uuid":"752219293","full_name":"modemobpsycho/flask-sneaker-store","owner":"modemobpsycho","description":"🐍  A Flask-based monolithic full stack application featuring a seamless integration of backend functionality with Flask and frontend components developed in HTML, CSS, Bootstrap 5, and JavaScript.","archived":false,"fork":false,"pushed_at":"2024-02-24T13:38:07.000Z","size":21178,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T14:47:44.883Z","etag":null,"topics":["dotenv","flask","flask-login","flask-mail","flask-migrations","flask-session","flask-wtf","html-css-bootstrap-javascript-jquery","jinja2","pytest","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"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/modemobpsycho.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}},"created_at":"2024-02-03T11:41:05.000Z","updated_at":"2024-11-02T10:22:16.000Z","dependencies_parsed_at":"2024-02-27T21:53:50.192Z","dependency_job_id":null,"html_url":"https://github.com/modemobpsycho/flask-sneaker-store","commit_stats":null,"previous_names":["modemobpsycho/flaskwebapp-sneakerstore","modemobpsycho/flask-sneaker-store"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modemobpsycho%2Fflask-sneaker-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modemobpsycho%2Fflask-sneaker-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modemobpsycho%2Fflask-sneaker-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modemobpsycho%2Fflask-sneaker-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modemobpsycho","download_url":"https://codeload.github.com/modemobpsycho/flask-sneaker-store/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587853,"owners_count":19825061,"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":["dotenv","flask","flask-login","flask-mail","flask-migrations","flask-session","flask-wtf","html-css-bootstrap-javascript-jquery","jinja2","pytest","sqlalchemy"],"created_at":"2024-11-10T12:14:56.063Z","updated_at":"2026-06-17T15:31:22.168Z","avatar_url":"https://github.com/modemobpsycho.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003ch3 align=\"center\"\u003eSneaker Avenue\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A full-stack web application for any sneaker store.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/modemobpsycho/FlaskWebApp-sneakerStore\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/modemobpsycho/FlaskWebApp-sneakerStore\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/modemobpsycho/FlaskWebApp-sneakerStore/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/modemobpsycho/FlaskWebApp-sneakerStore/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## About The Project\n\n\u003c!-- [![Product Name Screen Shot][product-screenshot]](https://example.com) --\u003e\n\nSneaker Avenue is a Flask-based web application for creating a sneaker store. It utilizes Flask as the primary framework for web development in Python, along with various libraries and components.\n\n## Used technologies\n\nThe technologies I used to build this web application can be seen in the repository tags.\n\n## Getting Started\n\nThis is an example of how you may give instructions on setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nThis is an example of how to identify things you need to use the software and how to install them.\n\n-   pip\n  ```\n  pip install -r requirements.txt\n  ```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Installation\n\n_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._\n\n1. Install pip packages (and all dependencies)\n    ```sh\n    pip install #or equivalent\n    ```\n2. Clone the repo\n    ```sh\n    git clone https://github.com/modemobpsycho/FlaskWebApp-sneakerStore.git\n    ```\n3. Access\n    ```sh\n    http://127.0.0.1:5000\n    ```\n4. Run\n    ```sh\n    export FLASK_APP=main.py\n    ```\n5. Run\n    ```sh\n    python main.py #or just \"main.py\" if virtualvenv == activate\n    ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nAll information about how you can contact me is in my profile: \u003ca href=\"https://github.com/modemobpsycho\"\u003eClick!\u003c/a\u003e\n\nProject Link: [https://github.com/modemobpsycho/FlaskWebApp-sneakerStore](https://github.com/modemobpsycho/FlaskWebApp-sneakerStore)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Project review\n\nIn this section I will show you a project.\n\n### - Home page\n\n![alt text](images/home_1.png)\n\n![alt text](images/home_2.png)\n\n![alt text](images/home_3.png)\n\n![alt text](images/home_4.png)\n\n![alt text](images/home_5.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Category page\n\nAbility to search for products by category.\n\n![alt text](images/category_all.png)\n\n![alt text](images/category_all_1.png)\n\n![alt text](images/category_care.png)\n\n![alt text](images/category_socks.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Favorites page\n\nAdding and removing products from your favorites.\n\n![alt text](images/likes_1.png)\n\n![alt text](images/likes_2.png)\n\n![alt text](images/likes_check.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Ability to search by product\n\nAbility to search for products upon request.\n\n![alt text](images/search_1.png)\n\n![alt text](images/search_2.png)\n\n###### пасхалка.. до слез\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Cart organization\n\nA cart of products has been organized.\n\n![alt text](images/cart_1.png)\n\n![alt text](images/cart_2.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Checkout page\n\nPage for filling out order information.\n\n![alt text](images/checkout_1.png)\n\n![alt text](images/checkout_success.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Order page\n\nPage for viewing confirmed orders.\n\n![alt text](images/order.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Login page\n\n![alt text](images/login.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Registration page\n\n![alt text](images/reg.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### - Errors handler page\n\n![alt text](images/404.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodemobpsycho%2Fflask-sneaker-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodemobpsycho%2Fflask-sneaker-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodemobpsycho%2Fflask-sneaker-store/lists"}