This project is a simple reading list that allows users to add books from their favourite authors and get back info about the authors alongside other books from the author.
This serves as the backend for ReadingList-frontend.
Project is created with:
- Node.js version: 14.15.1
- Express version: 4.17.1
- Graphql version: 15.4.0
- Mongoose version: 5.11.9
- TypeScript version: 4.1.3
To run this project, install it locally using npm:
$ npm install
$ nodemon