Skip to content

This is a form builder similar to google forms.

Notifications You must be signed in to change notification settings

ahmed-28/Easy-Forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a form builder similar to google forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published