Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 244 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 244 Bytes

example-flask

Example of eventsourcing with Flask

Getting Started

  1. Install dependencies
pip install -r requirements.txt
  1. Start development app
flask run
  1. Open app http://localhost:5000