Zum Inhalt

Running the Applications

Web Application

python src/web_app/app.py
# Visit http://localhost:5000

API

python src/api/app.py
# Visit http://localhost:5001/api/number

Both Together

Use two terminal windows or run in background.

See Quick Start Guide for details.