Skip to content

bearddan2000/python-web-tornado-api-sqlserver-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-tornado-api-sqlserver-simple

Description

Simple api for a tornado project. Creates and return table dog.

Tech stack

  • python
  • tornado
  • sqlalchemy
  • mssql

Docker stack

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

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit