{"id":20003216,"url":"https://github.com/mbrsagor/bishasto","last_synced_at":"2026-04-11T15:39:04.426Z","repository":{"id":45902038,"uuid":"314344889","full_name":"mbrsagor/bishasto","owner":"mbrsagor","description":"The application is basically online service backend web application like multi vendor online service platform. Vendor will sell services or products and customer will taking the services or products.","archived":false,"fork":false,"pushed_at":"2024-04-10T17:35:21.000Z","size":456,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-10T21:25:35.862Z","etag":null,"topics":["django","drf","jwt-authentication","postgresql","python","rest-api","token-based-authentication"],"latest_commit_sha":null,"homepage":"https://github.com/mbrsagor/bishasto","language":"Python","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-11-19T19:06:21.000Z","updated_at":"2024-04-14T17:45:38.276Z","dependencies_parsed_at":"2023-10-11T17:53:09.029Z","dependency_job_id":"c9e7e96c-7f0a-4989-9892-2a73e232fb09","html_url":"https://github.com/mbrsagor/bishasto","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%2Fbishasto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fbishasto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fbishasto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fbishasto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/bishasto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241441854,"owners_count":19963492,"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":["django","drf","jwt-authentication","postgresql","python","rest-api","token-based-authentication"],"created_at":"2024-11-13T05:24:40.047Z","updated_at":"2025-12-31T01:06:47.279Z","avatar_url":"https://github.com/mbrsagor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bishasto\n\u003e The application is basically an online service backend web application like multi-vendor online service platform. Vendor will sell services or products, and the customer will taking the services or products.\n\n\n#### Setup\n\n##### Dependencies\n\n- Python 3.8\n- Celery 5.2.3\n- postgres 12.5\n\nThe following steps will walk you through installation on a Mac. Linux should be similar. It's also possible to develop \non 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\n##### Create database\n``\npsql -U postgres -W\nCREATE DATABASE bissasto\n``\n\n###### 1st open in your system terminal, then follow the command line.\n\n```bash\ngit clone https://github.com/mbrsagor/bishasto.git\ncd bishasto\n```\n\n###### Then copy code from the ``env_example`` and create a new file `.env`, then paste\n\n-------------------------------------------\n```bash\n|--\u003e .env_example\n|--\u003e .env\n```\n\n\n#### Open PostgreSQL using terminal database:\n```\npsql -U postgres -W\n```\n\nRun the application in your local development server:\n\n```bash\nvirtualenv venv --python=python3.8\nsource venv/bin/activate\npip install -r requirements.txt\n./manage.py makemigrations user\n./manage.py migrate user\n./manage.py migrate\n./ manage.py migrate django_celery_results\n./manage.py createsuperuser\n./mangae.py runserver\n```\n\n\u003e Starting the worker process:\n```bash\ncelery -A bishasto worker -l INFO\ncelery --help\n```\n\n\u003e Django PayPal Payment Gateway Integration with Working Example:\n\n[ Paypal Payment Gateway Integration](https://studygyaan.com/django/django-paypal-payment-gateway-integration-tutorial)\n\n## Happy coding :wink:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fbishasto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fbishasto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fbishasto/lists"}