Skip to content

Email Application #26

Open
Open
@emilkovacev

Description

@emilkovacev

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)

  1. Create a multipart-form on a new HTML page; set POST route to /signup
  2. Create a route in /routes.py to accept form data from /signup; Parse form data appropriately
  3. Create a database connection file in db/ called signup.py; write a suite of functions to store form data in a MongoDB database

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions