Example of RESTful API and GraphQL
First, run the development server:
git clone https://github.com/evertcode/01-node-book.git
cd 01-node-book
npm install
npm run dev
# or
yarn install
yarn run dev
Open http://localhost:4000/graphql with your browser to see the result.