Give users the ability to register for hidemysecretsauce! - [x] Create frontend HTML registration form - [x] Serve form from Flask endpoint /signup - [x] Validate form data from Flask endpoint /signup - [x] Store authentication information in MongoDB database Flask: https://flask.palletsprojects.com/en/2.1.x/ https://flask.palletsprojects.com/en/2.1.x/patterns/wtforms/ PyMongo: https://www.mongodb.com/blog/post/getting-started-with-python-and-mongodb https://www.w3schools.com/python/python_mongodb_getstarted.asp https://pymongo.readthedocs.io/en/stable/
Give users the ability to register for hidemysecretsauce!
Flask:
https://flask.palletsprojects.com/en/2.1.x/
https://flask.palletsprojects.com/en/2.1.x/patterns/wtforms/
PyMongo:
https://www.mongodb.com/blog/post/getting-started-with-python-and-mongodb
https://www.w3schools.com/python/python_mongodb_getstarted.asp
https://pymongo.readthedocs.io/en/stable/