{"id":22217086,"url":"https://github.com/johndev19/start-up-e-commerce-python-website","last_synced_at":"2026-04-13T01:40:25.799Z","repository":{"id":248675128,"uuid":"829377579","full_name":"JohnDev19/Start-up-E-commerce-Python-Website","owner":"JohnDev19","description":"This is a startup e-commerce website built using Python and Flask. It provides basic e-commerce functionality including product listing, user authentication, and shopping cart management.","archived":false,"fork":false,"pushed_at":"2024-07-16T10:06:30.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T07:14:57.721Z","etag":null,"topics":["css","flask","html","python","start-up-website","web-development"],"latest_commit_sha":null,"homepage":"","language":"Python","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/JohnDev19.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}},"created_at":"2024-07-16T09:59:36.000Z","updated_at":"2024-07-16T10:07:13.000Z","dependencies_parsed_at":"2024-07-16T12:55:09.797Z","dependency_job_id":null,"html_url":"https://github.com/JohnDev19/Start-up-E-commerce-Python-Website","commit_stats":null,"previous_names":["johndev19/start-up-e-commerce-python-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnDev19/Start-up-E-commerce-Python-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FStart-up-E-commerce-Python-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FStart-up-E-commerce-Python-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FStart-up-E-commerce-Python-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FStart-up-E-commerce-Python-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnDev19","download_url":"https://codeload.github.com/JohnDev19/Start-up-E-commerce-Python-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FStart-up-E-commerce-Python-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31736723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["css","flask","html","python","start-up-website","web-development"],"created_at":"2024-12-02T22:15:01.152Z","updated_at":"2026-04-13T01:40:25.760Z","avatar_url":"https://github.com/JohnDev19.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Startup E-commerce Python Website\n\nThis is a startup e-commerce website built using Python and Flask. It provides basic e-commerce functionality including product listing, user authentication, and shopping cart management.\n\n## Features\n\n- User registration and authentication\n- Product listing and detail views\n- Shopping cart functionality\n- Basic checkout process\n\n## Tech Stack\n\n- Python 3.8+\n- Flask 2.0.1\n- SQLAlchemy (Flask-SQLAlchemy 2.5.1)\n- Flask-Login 0.5.0\n- SQLite database\n\n## Project Structure\n\n```\ne-commerce-website/\n│\n├── app.py\n├── models.py\n├── routes.py\n├── config.py\n├── requirements.txt\n│\n├── templates/\n│   ├── base.html\n│   ├── index.html\n│   ├── login.html\n│   ├── register.html\n│   ├── product_detail.html\n│   └── cart.html\n│\n└── static/\n    └── css/\n        └── style.css\n```\n\n## Setup and Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/JohnDev19/Start-up-E-commerce-Python-Website.git\n   cd e-commerce-website\n   ```\n\n2. Create a virtual environment and activate it:\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. Install the required dependencies:\n   ```\n   pip install -r requirements.txt\n   ```\n\n4. Set up the database:\n   ```\n   python\n   \u003e\u003e\u003e from app import db\n   \u003e\u003e\u003e db.create_all()\n   \u003e\u003e\u003e exit()\n   ```\n\n5. Run the application:\n   ```\n   python app.py\n   ```\n\n6. Open a web browser and navigate to `http://localhost:5000`\n\n## Usage\n\n- Register a new user account\n- Browse products on the home page\n- Click on a product to view its details\n- Add products to your cart\n- View and manage your cart\n\n## Contributing\n\nThis is a startup project and contributions are welcome. Please feel free to submit a Pull Request.\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndev19%2Fstart-up-e-commerce-python-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohndev19%2Fstart-up-e-commerce-python-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndev19%2Fstart-up-e-commerce-python-website/lists"}