This project is used manage user's book wishlist, where user can add, update or remove book form his wishlist using RESTful APIs.
For design documentation, please visit the design_document.docx in root folder
Run pip3 install -r requirements.txt
to install dependencies.
Run python3 app.py
from project root. This will start the local server on port 5000
.
Use the base url as http://localhost:5000
Run python3 test_app.py
from project root.