The aim of this application to allow users to manage their books and trade book with other user.
It allows user to create an account and login. Once the user is loged in they will be able to view all the books that are added by the users. This allow users to trade books with others. When one gets a trade reques they can decline or accept the trade request for the book.
- User Story: As authenticated user I can view all books posted by every user.
- User Story: As authenticated user I can add a new book.
- User Story: As authenticated user I can propose a trade and wait for the other user to accept the trade.
- User Story: As authenticated user I can cancel my trade request.
- User Story: As unauthenticated user I can create an account in the application
- Apdating the user location setting
- Adding a google book API to work with the application so that I could render the book easily
- Better error handeling
- MEAN stack:
- Node.js
- Express
- MongoDB/Mongoose
- AngularJs