Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 897 Bytes

Mash Place UI

Build Status Requirements Status

Getting Started

git clone git@github.com:MashSoftware/place-ui.git
cd place-ui
export SECRET_KEY=<your_secret_key>
export PLACE_API_URL=<your_api_url>
export FLASK_APP=mash_place_ui/__init__.py
export FLASK_DEBUG=1

Mash Place API

You will also need a local instance of Mash Place API running, please see the README for setup instructions and ensure the above PLACE_API_URL variable is set.

Running

flask run -p 5001

Go to http://localhost:5001/