Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GateMVP — local run instructions

Prerequisites:

  • Python 3.8+ installed

Quick start (PowerShell):

# create venv
python -m venv .venv
.\.venv\Scripts\Activate.ps1

# install dependencies
pip install -r requirements.txt

# edit `config.py` to set `SYSTEM_A_URL`, `SYSTEM_A_TOKEN`, `SYSTEM_B_URL`, `SYSTEM_B_TOKEN`

# run the app (debug mode)
python app.py

# then open http://127.0.0.1:5000/ in your browser

Notes:

  • The example services in services/ use requests to forward the JSON payload. Adjust timeouts or error handling as needed.
  • app.py forwards the submitted form as JSON to both systems.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages