Test framework for the Otterli app's API backend, as well as the front end (watch this space!)
Important: This is for demo purposes only.
-
Python >= 3.9.13 installed
-
Create a virtual env
python -m venv .venv
-
Activate the virtual env
-
Install the
requirements.txtpip install -r requirements.txt
-
Generate a
.envfiletouch .env
-
Add the following variables in to the
.env-
STAGING_API_KEY =
<STAGING_API_KEY> -
STAGING_URL =
<STAGING_URL> -
LOCAL_API_KEY =
<LOCAL_API_KEY> -
LOCAL_URL =
<LOCAL_URL>
-