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
- Host: GitHub
- URL: https://github.com/ademdc/python_flask_survey
- Owner: ademdc
- Created: 2017-10-20T22:01:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T10:13:43.000Z (over 7 years ago)
- Last Synced: 2025-01-13T04:27:55.747Z (4 months ago)
- Language: JavaScript
- Size: 3.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.