Skip to content

Trying to build a Form Generator(like Google Forms) using Django

Notifications You must be signed in to change notification settings

ishanjoshi02/forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Form Creator

This is a Website that allows you to create a eForm and send it to the website's users, who, in-turn have the ability to answer the form.

The answer are stored and only the owner can view these changes.

Installing dependencies

To install the dependencies for this project:

pip install requirements.txt

Django Web Framework

Django

This website was built using Django .

You'll need to have Django installed on your machine to run the website on your localhost.

After installing Django, simply go to forms folder and run command:

python manage.py runserver

This command will setup the localhost (By default to 8000). Now, you can access the website at localhost

http://localhost:8000/

About

Trying to build a Form Generator(like Google Forms) using Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published