Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create example with mongodb #27

Open
italomaia opened this issue Sep 29, 2019 · 2 comments
Open

Create example with mongodb #27

italomaia opened this issue Sep 29, 2019 · 2 comments

Comments

@italomaia
Copy link
Owner

Right now we have a blog example using sqlalchemy. I would like another example using mongodb.

@agusnavce
Copy link

Would like to contribute to this! What you need to be done?

@italomaia
Copy link
Owner Author

italomaia commented Oct 1, 2019

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
  • should be clear (PEP8) and commented

Please, let me know in case of any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants