Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 871 Bytes

File metadata and controls

20 lines (13 loc) · 871 Bytes

Setup

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:

  1. Create a new .env file and copy the contents of the .env.example file into it
  2. Update the environment values in the .env file 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