Skip to content

marti1125/app-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Neo4j Applications with Python

Learn how to interact with Neo4j from Python using the Neo4j Python Driver

For a complete walkthrough of this repository, enrol now.

A Note on comments

You may spot a number of comments in this repository that look a little like this:

# tag::something[]
someCode()
# end::something[]

We use Asciidoc to author our courses. Using these tags means that we can use a macro to include portions of code directly into the course itself.

From the point of view of the course, you can go ahead and ignore them.

Setting up your evironment

python -m venv neoflix

source neoflix/bin/activate

Running the Application

export FLASK_APP=api
export FLASK_ENV=development
flask run

Releases

No releases published

Packages

No packages published