leomaurodesenv / data-science-api-framework

A simple framework to test and deploy your Data Science API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User experience facility

leomaurodesenv opened this issue · comments

In thread in Slack datahackersbr proposes:

  • split the project in folders: framework, endpoint, config.py
  • framework will contain api logic, and a endpoint factor to load all endpoints setted in config.py
  • the user will only add files to endpoint and edit config.py file.