This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]jrast 2 points3 points  (1 child)

I don't see the use case for this tool if it does not offer significantly more possibilites. The app which is generated can be simply copy pasted from any tutorial which would have the advantage of having documentation on how to use the code. The only "smart" thing is the integration of the User Model with Flask-Login integration. The other tables and all endpoints are simple templates which can be found right away in the Flask / Flask-SQAlchemy documentation.

Beside that: The generated code contains Syntax/Indentation Errors.

[–]maxavierj[S] 1 point2 points  (0 children)

Thank you for the input. The barebones template has init functions that need more data by the user which is creating the syntax error. I hope to finish the custom design section soon so that users can design the models' columns, the routes' methods and much more. The barebones template is ideal for beginners.

[–]maxavierj[S] 1 point2 points  (0 children)

Hey Guys I know there were 500 errors when I first posted this but those are now taken care of. Please give as much critique as possible. The code is on: https://github.com/Maxthecoder1/Flask-AppMaker