In this chapter, you will require the following technical tools:
- Neo4j ≥ 3.5
- Python:
- Flask: A lightweight but powerful framework used to build web applications.
- neomodel: A graph object mapper for Python that's compatible with Neo4j.
- requests: A small Python package used to make HTTP requests. We will use it to test a GraphQL-based API.
- JavaScript and npm