GraphQL API serving a small subset of Newcastle libraries open data.
Built with MongoDB, Nx, Nest.js, TypeScript.
Please note that this project is in very early stages of development.
- Create a MongoDB instance and create a collection called toon-library (or something else if you prefer)
npm i
in the project root- Set the env variables to connect to your MongoDB instance
npx nx serve toon-library-data-ingestor
npm i
in the project root- Set the env variables to connect to your MongoDB instance
- Run
npx nx serve toon-library-api
to start the development server