An open API service indexing awesome lists of open source software.

https://github.com/ademdc/python_flask_survey

Internet survey done in Python Flask with MongoDB database
https://github.com/ademdc/python_flask_survey

Last synced: 3 months ago
JSON representation

Internet survey done in Python Flask with MongoDB database

Awesome Lists containing this project

README

        

This is a customized survey done in Python Flask with a NoSQL document based MongoDB database.

This is for a user login system using Flask and MongoDB and later doing a survey which is recorded in a special collection.

In this small application, basics of Flask are done like HTTTP requests, rendering templates, sessions, flash messages, working with databases etc.