To start your Phoenix server:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phx.server
- Start Neo4j locally with
brew services start neo4j
Now you can visit localhost:4000
from your browser.
API Route:
http://localhost:4000/api
(http://localhost:4000/api)
Neo4j Browser:
http://localhost:7474/browser
(http://localhost:7474/browser)
Graphiql Browser
http://localhost:4000/api/graphiql
(http://localhost:4000/api/graphiql)