This repository is basically a study project focused on learning how to build a simple REST API using Flask and Python. The goal is to understand the core concepts of Flask framework, REST API design ...
├── ... # .env file and /env folder ├── .python-version # defines a python version to be run by `pyenv` and with `pipenv` ├── src ...