Skip to content

artem-streltsov/revolut-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revolut Webhook Handler

A FastAPI application that handles Revolut webhooks using ngrok for local development.

Setup

  1. Install ngrok:

    brew install ngrok
  2. Add your ngrok auth token:

    ngrok config add-authtoken YOUR_AUTH_TOKEN
  3. Configure your environment variables in .env (see .env.example)

  4. Run the application:

    brew install uv
    uv venv
    source .venv/bin/activate
    uv sync
    uv run main.py

The ngrok dashboard will be available at: http://localhost:4040

About

💸 Revolut webhook demo

Resources

Stars

Watchers

Forks

Contributors

Languages