Issue
Some details about the project:
pure backend project, no front
expose a rest api (maybe custom routes?)
connect to other rest apis
query MySQL & MongoDB using an ORM
have unit tests
What Python framework would you recomend me for it?
Solution
Any of them will work. Arguably the most popular Python web frameworks these days are Django, Flask, and Pyramid.
Answered By - Chris McDonough
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.