Skip to content

bearddan2000/python-web-api-bottle-basic-auth-ssl-neo4j-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-bottle-basic-auth-ssl-neo4j-simple

Description

Creates an api of dog with relationships to breed and color in default namespace neo4j. Has the ability to query by parameters.

Uses a self-signed certificate. Requires basic authentication.

username password
user pass

Remotely tested with testify, does not verify ssl.

Tech stack

  • python
    • bottle
    • neo4j
    • testify
    • requests

Docker stack

  • python:latest
  • neo4j:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h