Skip to content

rdmaulana/flask-payment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-payment-api

#How to running project locally

Create virtualenv

python3 -m venv venv && source venv/bin/activate

Install Requirements

pip install -r requirements.txt

Create .env file and setup the requirements based on .env.example

Run celery worker

celery --app app.tasks worker --loglevel=info -E

Run celery dashboard (task monitor)

celery --app app.tasks.celery flower --port=5555 --broker=redis://redis:6379/0

Run application

flask run --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published