A web application that allows users to search for and create a library of their favorite books.
- Search for any published book using title, authors, or topic
- Remove or add any book to your library
- Mark books as read, currently reading, or finished
- React
- Express
- Ant Design
- Google Books Api
- Firebase Auth
- Cloud Firestore
After cloning repo:
cd book-library-app
npm install # server modules
cd client
npm install # front end modules
Start server
nodemon server.js
Test client
cd client
npm run
Build client
cd client
npm run build