Book lending app using Mongo, Express, React, Node, Github oauth + Google Books API
Add Books that you own to your profile. Request books from other users or loan them yours.
- Browse books added by other users
- Search for books you own using the Google Books API
- If signed in to Github, you can add books to your profile or request them from other users.
Clone or download repo and navigate to project folder.
Install dependencies
npm install
Start dev server
npm start
Load site at localhost:8080
To build for production
npm run build
Bundle.js and index.html are generated in /public folder.