Swift • Jan 2019
Buy and sell books.
Once a user logs in, the data are stored on Firebase database.
Every user can sell a book by scanning the barcode. Using Google Books API, all the details are retrieved.
The user can then add a picture, insert his location thanks to Google Places API and sell it.
When someone wants to buy a book, he can send an email to the seller, get directions for that book or purchase it.
In the Map controller the user can see a 2D map of the available books, and by going to the AR button, he can see the position of the books in space using Augmented Reality.
View Project