Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.05 KB

codd-street-graph-backend

Web API wrapper for the module - backend part

Run by yourself

Python package is available at PyPI

Docker Compose

git clone https://github.com/digital-fracture/codd-street-graph-backend.git
cd cold-start-backend

touch .env  # you will need to declare variables listed below

docker compose up -d

Needed variables:

  • POSTGRES_PORT
  • POSTGRES_HOST
  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • NGROK_AUTHTOKEN
  • NGROK_URL

Stack