You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @agusnavce
This tasks requires the own tackling it to create a flask-empty example inside the examples/ folder showcasing a mongodb enabled project. This example should not be a blog (as that example already exists) and it should have all the basics a project needs; as nosql databases have optimal use-cases, I would like the person doing it to take that into consideration before deciding on the theme.
The following requirements are expected:
should implement authentication and authorization
should have at least one form with form validation
should define documents
should have tests
should use the nosql setup from flask-empty
should have an readme explaining what was done and what is required to run it
Right now we have a blog example using sqlalchemy. I would like another example using mongodb.
The text was updated successfully, but these errors were encountered: