Skip to content

digital-fracture/cold-start-backend

Repository files navigation

cold-start-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/cold-start-backend.git
cd cold-start-backend

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

docker compose up -d

Needed variables:

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

Stack

About

Web API wrapper for the module - backend part (hackathon)

Resources

License

Stars

Watchers

Forks

Releases

No releases published