Giter Site home page Giter Site logo

nishith-p-shetty / flask-feedback-form Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 26.31 MB

A form to collect feedbacks for multiple teams!

Home Page: https://flaskfeedbackform.bhuvansa.com

License: GNU General Public License v3.0

JavaScript 2.04% HTML 47.05% CSS 20.52% Python 30.39%
feedback-form feedback-systems flask form forms postgresql python

flask-feedback-form's Introduction

Flask Feedback Form

Python Flask PostgreSQL

Flask Feedback Form is a web application designed to collect and analyze feedback and ratings for multiple teams.

Check out the live website here.

Table of Contents

Features

  • Users can submit feedback for multiple teams by filling out a form with their name, rating, and feedback message.
  • Interactive dashboard displaying insights into ratings and feedback that have been submitted.
  • Authentication functionality to prevent unauthorized access to the dashboard.

Installation

  1. Clone the repository to your local machine.
  2. Install the required dependencies using pip: pip install -r requirements.txt
  3. Create a .env file in the root directory with the following data:
    Application Details
    FEEDBACK_FORM_ADMIN_USERNAME='YOUR_ADMIN_USERNAME'
    FEEDBACK_FORM_ADMIN_PASSWORD='YOUR_ADMIN_PASSWORD'
    FEEDBACK_FORM_SECRET_KEY='YOUR_SECRET_KEY'
    
    PostgreSQL database details
    FEEDBACK_FORM_DB_HOST="YOUR_DATABASE_HOST"
    FEEDBACK_FORM_DB_NAME="YOUR_DATABASE_NAME"
    FEEDBACK_FORM_DB_USER="YOUR_DATABASE_USERNAME"
    FEEDBACK_FORM_DB_PASSWORD="YOUR_DATABASE_PASSWORD" 
    
  4. Run the application: python app.py

Usage

  • Visit http://127.0.0.1:5000/ to submit feedback.
  • Visit http://127.0.0.1:5000/dashboard to view data.

System Architecture

System Architecture

DBML Diagram

DBML Diagram

Credits

This project was created by Nishith P Shetty and Bhuvan S A.

License

This project is licensed under the terms of the GNU GENERAL PUBLIC LICENSE.

flask-feedback-form's People

Contributors

bhuvansa avatar dependabot[bot] avatar nishith-p-shetty avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

bhuvansa

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.