This application takes input (name, email) from user through front end and then processes the data and adds the user to database if they are not in it. The user recieves a mail as a conformation for subscribing to the newletter and if any error is generated in this process, user gets the appropriate message.
python -m venv env
source env/bin/activate
pip install -r requirements.txt