Skip to content

bearddan2000/python-web-api-flask-async-surrealdb-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-flask-async-surrealdb-pop

Description

Creates an async api of pop document. Has the ability to query by parameters.

Remotely tested with testify.

Tech stack

  • python
    • flask
      • async
    • surrealdb
    • testify
    • requests

Docker stack

  • python:latest
  • surrealdb/surrealdb:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits