Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 781 Bytes

File metadata and controls

27 lines (22 loc) · 781 Bytes

Posts RESTAPI (small project)

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.

Instalation

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

Requirements

Python 3.9.x (developed in)


Issues with indentation during development


Further improvement

  • The data needs to be bind to database to get further input validation (unique id)
  • containerisation (Docker container)
  • UI