- Create .env inside client directory
- Add valid api key for google books api as shown below
- REACT_APP_API_KEY = "valid api key"
- To run the project just run docker compose up
- Forntend is inside client directory
- Backend is inside server
- Inside client directory run npm install
- Run npm start
- Inside server directory run npm install
- Run node index.js