/forms

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

Primary LanguagePython

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/