Skip to content

priyanshu20/Api-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask optimal file structure for APIs

This is a demo api to demonstrate the proper file structure to be followed when trying to develop a scalable and readable flask API

It can also be used like a base template for any apis you want to build going ahead, basic user authentication is already set up ,api requests limit is also set up and can both be accessed using easy to use decorators

Improvements you can do as the app grows

  • Split the routes based on their namespaces
  • Create seperate directories based on their roles, for example their could a directory called routes which contains all the routes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages