Skip to content

kpestov/rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest_api

First attemption to understand how Flask works and write REST API with description of documention using swagger

What I Learned

  • Flask core
  • MySQL database
  • SQLAlchemy
  • REST API basics
  • How to use Swagger to write documentation
  • Adjacency List pattern to organize hierarchical structure