This repository contains the frontend and the backend logic for the virtual bookstore. It fetches the books from a third party client assess and presents it organised in shelves of fixed width.
cd code
make setup
make start
NOTE: This would start the service at port 8022 by default. To change the port, update the PORT env in the .env file
make test
- Safegaurd api routes with authentication
- Cleanup the UI for better UX
- Introduce data caching at server end for better response time.