Skip to content

bearddan2000/python-web-api-flask-dolt-raw-sql-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-flask-dolt-raw-sql-pop

Description

Creates an api of pop by using raw sql for a flask project. Has the ability to query by parameters. If path is not found, will default to 404 error.

Remotely tested with testify.

Tech stack

  • python
    • flask
    • sqlalchemy
    • testify
    • requests

Docker stack

  • python:latest
  • dolthub/dolt-sql-serverdb:latest

To run

sudo ./install.sh -u

  • Get all pops: http://localhost/pop
    • Schema id, breed, 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