{"id":20003261,"url":"https://github.com/mbrsagor/ecommerce","last_synced_at":"2025-09-20T00:32:52.678Z","repository":{"id":47236935,"uuid":"365839309","full_name":"mbrsagor/ecommerce","owner":"mbrsagor","description":"Django fully eCommerce web application and simple inventory management system.","archived":false,"fork":false,"pushed_at":"2021-09-17T12:02:07.000Z","size":10992,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-13T05:32:09.703Z","etag":null,"topics":["css3","django","env","html5","javascript","python","responsive-web-design","rest-api"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/mbrsagor.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}},"created_at":"2021-05-09T20:12:13.000Z","updated_at":"2023-11-04T01:43:21.000Z","dependencies_parsed_at":"2022-08-29T23:22:01.980Z","dependency_job_id":null,"html_url":"https://github.com/mbrsagor/ecommerce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/ecommerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233607723,"owners_count":18701829,"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":["css3","django","env","html5","javascript","python","responsive-web-design","rest-api"],"created_at":"2024-11-13T05:24:50.772Z","updated_at":"2025-09-20T00:32:47.286Z","avatar_url":"https://github.com/mbrsagor.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecommerce\n\u003eDjango fully eCommerce web app.\n\nThe following steps will walk you thru installation on a Mac. I think linux should be similar. It's also possible to develop on a Windows machine, but I have not documented the steps. If you've developed django apps on Windows, you should have little problem getting up and running.\n\n###### Setup:\n- Python 3.6\n- postgresql-12.15\n\nIf you want to run the Django project in you local development server please follow the insturctions below:\n\n```bash\ngit clone https://github.com/mbrsagor/ecommerce.git\ncd ecommerce\nvirtualenv venv --python=python3.6\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nThen update your database information `.env` file: Please copy all information from `.env-sample` file then pasts the `.env` file.\n\n```python\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.postgresql_psycopg2',\n        'NAME': 'dbname',\n        'USER': 'bduser',\n        'PASSWORD': 'dbpassword',\n        'HOST': 'localhost',\n        'PORT': 5432,\n    }\n}\n```\n\n###### If you want to skip `postgresql` then may follow/use `SQlite` database in your local dev server.\n\nFinally the run sever:\n```\npython manage.py migrate\npython manage.py createsuperuser\npython manage.py runserver\n```\n\nIf you run the project `Docker` 1st install docker in your development/projection environment then follow the instructions:\n```\ndocker-compose build \ndocker-compose up\n```\n###### If you want to any migrate or something like that django command then follow the instructions:\n```\ndocker-compose exec backend sh\n```\n\n\n###### Happy coding :) ######\n\n\n###### Features:\n- Fully eCommerce system without payment gateway service.\n- Nice Frontend UI.\n- Smart backend(Admin panel) with simple inventory management system.\n- Frontend and Backend both side mobile responsive.\n- Email sending configuration with SMTP.\n- API service like, Restful APIs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fecommerce/lists"}