This repository accompanies the Building Neo4j Applications with Python course on GraphAcademy.
When the devcontainer is created, such as in a GitHub codespace, all the required software and packages will be installed.
Follow the Setup Instructions in GraphAcademy to get started.
You will need to:
- Create a new
.envfile and copy the contents of the.env.examplefile into it - Update the environment values in the
.envfile with the values in the Setup Instructions
You can run the application using the command:
export FLASK_APP=api
export FLASK_ENV=development
flask run