Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Assessment - Webhook Receiver

Please use this repository for constructing the Flask webhook receiver.


Setup

  • Create a new virtual environment
pip install virtualenv
  • Create the virtual env
virtualenv venv
  • Activate the virtual env
source venv/bin/activate
  • Install requirements
pip install -r requirements.txt
  • Run the flask application (In production, please use Gunicorn)
python run.py
  • The endpoint is at:
POST http://127.0.0.1:5000/webhook/receiver

You need to use this as the base and setup the flask app. Integrate this with MongoDB (commented at app/extensions.py)


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages