- Database
- Setup a
neo4j
database and import the data - Enable
bolt
inneo4j
'sconf/neo4j.conf
- Setup a
- Backend
- Create
backend/password.py
and set thePASSWORD
variable (must bestr
) to your local Neo4j DB's password - Run
neo4j console
- Run
uvicorn server:app
- Create
- Frontend
- Run
npm i
followed byng serve
- Run