How To Build An API Without Coding [Python]

Written by DavidZisky | Published 2019/11/24
Tech Story Tags: python | api | apis | api-first-development | api-testing | latest-tech-stories | software-development | backend

TLDR Python Eve is a REST-centered API framework built on top of Flask created by Nicola Iarocci. It’s effortless to build complete API because all You need to kick-start is a MongoDB server and two simple python files (app.py which in most basic setup contains 4 lines of code and settings.py) The only thing is that everything you’ve need to build fully functional API is that you need to define endpoints, database connection and extra configuration if you wish.via the TL;DR App

no story

Published by HackerNoon on 2019/11/24