Skip to content

mrotame/EasyFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyFramework

Warning

Framework under development !

A small Flask framework for fast API developments. This framework intends to be as modular as possible, so almost anything can be replaced/overrided

Technologies

  • Flask
    By using Flask and Werkzeug, this framework extends a lot of important features

  • SQLAlchemy | MongoDB | Any other you want
    This framework has initial support for both PostgreSQL and MongoDB (you can use them at the same time). By making this framework as modular as possible, you're able to add support for any other database easily using inheritance.

  • Marshmallow It utilizes the Marshmallow library to serialize, validat,e and convert JSON data to SQLAlchemy or MongoDB Entities

Full documentation coming soon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages