Skip to content

Latest commit

 

History

History
executable file
·
38 lines (29 loc) · 867 Bytes

File metadata and controls

executable file
·
38 lines (29 loc) · 867 Bytes

python-web-pyramid-api-cockroachdb-single-node-without-ssl-simple

Description

Simple web app that serves an api for a pyramid project.

Uses sqlalchemy query a table dog.

Remotely tested with testify.

Tech stack

  • python
    • pyramid
    • sqlalchemy
    • testify
    • requests
  • cockroachdb

Docker stack

  • python:latest
  • cockroachdb/cockroach:v19.2.4

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit