bearddan2000 / python-web-tornado-api-sqlserver-ssl-chained-sql-pop

Simple web app that serves an api

Home Page:https://github.com/bearddan2000/python-web-tornado-api-sqlserver-ssl-chained-sql-pop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-web-tornado-api-sqlserver-ssl-chained-sql-pop

Description

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

Uses sqlalchemy chained sql functions to query a table pop.

Remotely tested with testify.

Sql server uses self-signed ssl.

Tech stack

  • python
    • tornado
    • sqlalchemy
    • testify
    • requests
  • mssql

Docker stack

  • alpine:edge
  • python:latest
  • mcr.microsoft.com/mssql/server:2017-CU17-ubuntu

To run

sudo ./install.sh -u

  • Get all pops: http://localhost/pop
    • Schema id, name, and color
  • CRUD opperations
    • Create: curl -i -X PUT localhost/pop/
    • Read: http://localhost/pop/
    • Update: curl -i -X POST localhost/pop///
    • Delete: curl -i -X DELETE localhost/pop/

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

About

Simple web app that serves an api

https://github.com/bearddan2000/python-web-tornado-api-sqlserver-ssl-chained-sql-pop


Languages

Language:Python 63.3%Language:Shell 24.6%Language:Dockerfile 10.5%Language:TSQL 1.6%