This is the backend API service for my Wishboard web app, made in Python Flask. This service handles queries from users and sends requests to third party API at Unsplash.com. This service also handles Signup and Login functionality untilizing JWT token authorization.
Python Flask - Flask is a Python web framework built with a small core and easy-to-extend philosophy.