This is a GraphQL Server for the Personafy project. It is built with Node and Apollo GraphQL.
First, ensure node and pnpm are installed:
node -v # Must be on node >= v18.0.0
npm install -g pnpm
Then, install dependencies:
pnpm install
Finally, run the development server:
pnpm dev
Open http://localhost:4000 with your browser to see the Apollo Studio Editor.