This server is meant to aggregate data from different subgraphs under a single API.
npm install
After that you'll need to up check the .env.example
file and create your own .env
file. Some properties have defaults. Once you're done, you can run the project!
npm start # runs npm run build behind the scenes
npm run start:watch # will watch for changes
Check ./src/adapters/routes.ts
for an up to date list of all the endpoints.