mbrsagor / bishasto

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.

Home Page:https://github.com/mbrsagor/bishasto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bishasto

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.

Setup

Dependencies
  • Python 3.8
  • Celery 5.2.3
  • postgres 12.5

The following steps will walk you thru installation on a Mac. 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.

Create database

psql postgres CREATE DATABASE bissasto

1st open in your system terminal then follow the command line.
git clone https://github.com/mbrsagor/bishasto.git
cd bishasto
Then copy code from the env_example and create new file .env then pasts

|--> .env_example
|--> .env

Open postgres using terminal database:

psql postgres 

Run the application in your local development server:

virtualenv venv --python=python3.8
source venv/bin/activate
pip install -r requirements.txt
./manage.py makemigrations user
./manage.py migrate user
./manage.py migrate
./ manage.py migrate django_celery_results
./manage.py createsuperuser
./mangae.py runserver

Starting the worker process:

celery -A bishasto worker -l INFO
celery --help

Django Paypal Payment Gateway Integration with Working Example::

Paypal Payment Gateway Integration

Another link

ACCEPT PAYPAL PAYMENTS ON DJANGO APPLICAITON

Happy coding 😉

About

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.

https://github.com/mbrsagor/bishasto


Languages

Language:Python 98.2%Language:HTML 1.5%Language:Dockerfile 0.3%