This is a microservice made in Flask that showcase my ability to work with external API, web application framework, validation, error handling and ORM in Python.
Create your virtual environment for the project and then execute commands:
pip install -r requirements.txt to install required libraries
set FLASK_APP=main.py
flask run
Python 3.9.x (developed in)
Issues with indentation during development
- The data needs to be bind to database to get further input validation (unique id)
- containerisation (Docker container)
- UI