Best Flask open-source libraries and packages

Easy Forms

This is a form builder similar to google forms.
Updated 3 years ago

Easy Forms

This is a simple form builder which allows you to create forms easily

setup: 1.clone the repo to your local desktop

2.create a database named sibi_forms

3.then create a table name users with username and password as columns with VARCHAR datatype or run the create_userdb.py script to create the necessary database and table

4.open the terminal .cd into this webdev_delta_task3 directory

5.type the following commands

  export FLASK_APP=forms_app.py
  flask run

Now the website will be running in localhost:5000

go to localhost:5000/login to sign up and start using the webapp

NOTE:

files or images submitted by users through form will be stored in /static/files folder

flaskext.sql must be installed for using mysql in flask

Tags form forms