abhineetraj1 / friendshipclub

Hi there, friendship club is full server end website where , user can login throught email verification and create their form. When the account (while signing in) will be verified the user will be given link of his/her form. The response of that form , of given link will be shared to user's email id.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask friendship survey site

Build simple web registration and login in python using Flask framework.

Made in python3.6 (using Flask lib)

Installation

  1. First install python3.6 in your respective system
  2. Download this source code

Cron jobs/ Scheduled task = acc/task.py

This will work in every 24 hrs. time period, regularly. This will delete the old forms created in 24-36hrs.

For macOS

  1. Install Python3.x (also add python3.x to path while installing
  2. Open terminal , execute the below code
pip3 install flask
  1. Create a mail account and disable - less secure app option in mail service
  2. In app.py From line 11 , just clarify your smtp domain , smtp port , and your credentials in the place of yourmail@domain.com and smtp.yourdomain.com
  3. Finally execute the file app.py and enjoy my project.

For linux

  1. Install Python3.x (also add python3.x to path while installing
  2. Open terminal , execute the below code
sudo pip3 install flask
  1. Create a mail account and disable - less secure app option in mail service
  2. In app.py From line 11 , just clarify your smtp domain , smtp port , and your credentials in the place of yourmail@domain.com and smtp.yourdomain.com
  3. Finally execute the file app.py and enjoy my project.

For windows

  1. Install Python3.x (also add python3.x to path while installing)
  2. Open command prompt (search for this, you'll get it) , execute the below code
pip3 install flask
  1. Create a mail account and disable - less secure app option in mail service
  2. In app.py From line 11 , just clarify your smtp domain , smtp port , and your credentials in the place of yourmail@domain.com and smtp.yourdomain.com
  3. Finally execute the file app.py and enjoy my project.

Execution

For macOS

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Linux

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Windows

  1. Download this source code and double click on file -> app.py .

  2. And then open web browser and go to -> http://127.0.0.1:5000

Languages and tools used:

bootstrap css3 flask html5 javascript python

Author

About

Hi there, friendship club is full server end website where , user can login throught email verification and create their form. When the account (while signing in) will be verified the user will be given link of his/her form. The response of that form , of given link will be shared to user's email id.

License:MIT License


Languages

Language:HTML 67.2%Language:Python 32.8%