Search books via google books api and add them to your bookshelves synchronized with google library
- React18
- Nextjs + NextUI
- Redux toolkit
- RTK Query
- JWT auth
Demo https://my-books-history.vercel.app/
# Install the requirements:
$ nmp i
# Configure variables
$ cp .env.dist .env
$ vim .env
# or
$ nano .env
# Start the service:
$ npm start dev