Skip to content

abhii1709/webhook-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Dev Assessment - Webhook Receiver Please use this repository for constructing the Flask webhook receiver. ******************* ## Setup * Create a new virtual environment ```bash pip install virtualenv ``` * Create the virtual env ```bash virtualenv venv ``` * Activate the virtual env ```bash source venv/bin/activate ``` * Install requirements ```bash pip install -r requirements.txt ``` * Run the flask application (In production, please use Gunicorn) ```bash python run.py ``` * The endpoint is at: ```bash 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`) *******************# webhook-repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published