Skip to content

tino097/awesome-flask-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Flask Rest API

Wercker Wercker Wercker

Requirements

Create REST application where we can give an example of CRUD operations and best practices for mostly used languages and frameworks

The app, called CompanyRegister should be able to:

  • Add new company ---> Create
  • List all companies ---> Retreive
  • Update a company ---> Update
  • Delete a company ---> Delete

Flask API

Flask is realy super-easy and lightweight web appliations framework. If you are familiar with any other framework, transition to Flaks is matter of hours and even it is really simple to learn for beginers.

In addition for the example I will use Flask-RESTIX extension. The extension encourages best practices with minimal setup.

Project setup

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •