Skip to content

jayant-01/pepper4

Repository files navigation

Google Forms Clone

A web application that allows users to create and fill out forms, similar to Google Forms.

Features

  • User authentication (signup/login)
  • Create forms with various question types
  • Share forms via unique links
  • View form responses
  • Real-time form preview

Setup Instructions

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Initialize the database:
python init_db.py
  1. Run the application:
python app.py
  1. Open your browser and navigate to http://localhost:5000

Project Structure

  • app.py: Main application file
  • models.py: Database models
  • forms.py: Form definitions
  • static/: Static files (CSS, JavaScript)
  • templates/: HTML templates
  • instance/: Database and instance-specific files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors