-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Let's construct an email app for our website. The app should receive information from a sign-up form (only email input) and store it in a MongoDB database. The email information should be accessible from a client, and the admin team (only) should be able to send batch emails easily.
Requirements
- email sign-up form
- email storage (MongoDB)
- admin-panel email client (to send an receive emails)
- (optional) email authentication
Steps to completion (Needs work)
- Create a
multipart-formon a new HTML page; set POST route to/signup - Create a route in
/routes.pyto accept form data from/signup; Parse form data appropriately - Create a database connection file in
db/calledsignup.py; write a suite of functions to store form data in a MongoDB database
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request