Skip to content

kitsandkats/unbreakout

 
 

Repository files navigation

A django app to test what information is sent by Zoom webhooks

To run:

touch docker.env
docker-compose up

You'll need to add API keys and other config to docker.env

Create db:

docker-compose exec postgres psql -U postgres -c "create user unbreakout WITH PASSWORD 'password';" docker-compose exec postgres psql -U postgres -c "create database unbreakout with owner unbreakout;"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 44.9%
  • JavaScript 41.3%
  • HTML 9.6%
  • CSS 1.6%
  • Dockerfile 1.1%
  • SCSS 0.9%
  • Shell 0.6%