Skip to content

Yannki/Posts-RESTAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages