Code for https://shoplocal.se/.
-
Setup App Engine runtime using instructions on https://cloud.google.com/appengine/docs/standard/python3/quickstart.
-
Create an isolated Python environment
python3 -m venv env
source env/bin/activate
-
The App Engine JSON service account config should be added to
config/shoplocalese.json
. -
Get requirements
pip install -r requirements.txt
- Start the server
Start local devleopment environment:
python main.py