GithubHelp home page GithubHelp logo

twopointerr / project-clean-web-application Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 1.0 27.63 MB

Grievance Registration Web Application

Python 16.33% CSS 0.06% HTML 80.25% JavaScript 3.13% Procfile 0.03% Dockerfile 0.16% Shell 0.05%
django-rest-framework javascript python jwt-bearer-tokens sessions rest-api

project-clean-web-application's Introduction

Grievance Registration Web Application

License

Project-Clean-Android-Application image

Download Android Application here: Releases

Overview

In today's interconnected world, our Grievance Registration Android Application leverages technology to address modern issues related to grievance registration. The project modules are designed to streamline and simplify the overall grievance registration process, saving users valuable time.

Research Paper: https://www.irjet.net/archives/V9/i4/IRJET-V9I4373.pdf

Features

  • Image Severity Analysis: Users can capture images through the application, and a machine learning model assesses the severity of the issue, categorizing it as high, medium, or low.

  • Geospatial Location Registration: The application records the spatial location of the user during the image-capturing process. This information is crucial for identifying the overall location of the reported issue.

  • Effortless Grievance Submission: Users can submit captured images along with relevant descriptions. The submissions are then sent to a government body responsible for addressing grievances.

  • Public Grievance Posts: A grievance post is generated for each submission, visible to fellow citizens. Users can view and upvote these posts, creating a transparent system that encourages civic engagement.

Working

image

Installation using docker

1. Clone the Repository

git clone https://github.com/TwoPointerr/Project-Clean-Web-Application.git
cd ./Project-Clean-Web-Application

2. Configure Databse

configure database as per project_clean/settings.py or adjust project_clean/settings.py as per your database configuration

DATABASES = {
'default': {
'ENGINE': 'mssql',
'NAME': config('name'),
'USER': config('user'),
'PASSWORD': config('pass'),
'HOST': config('host'),
'PORT': config('port'),
'OPTIONS': {
'driver': 'ODBC Driver 17 for SQL Server',
'MARS_Connection': True,
'Encrypt': 'yes',
'TrustServerCertificate': 'no',
},
}
}

3. Spin up Containers

docker-compose up
  • Make sure docker is running

Installation on Local

Environment: Python 3 (3.9.5 recommended)

1. Clone the Repository

git clone https://github.com/TwoPointerr/Project-Clean-Web-Application.git
cd ./Project-Clean-Web-Application

2. Create a Virtual Environment (Optional but Recommended)

# Install virtualenv if not already installed
pip install virtualenv

# Create a virtual environment
python -m venv venv

# Activate the virtual environment
# On Windows
venv\Scripts\activate
# On Unix or MacOS
source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

This command installs all the required Python packages specified in the requirements.txt file.

4. Configure Databse

configure database as per project_clean/settings.py or adjust project_clean/settings.py as per your database configuration

DATABASES = {
'default': {
'ENGINE': 'mssql',
'NAME': config('name'),
'USER': config('user'),
'PASSWORD': config('pass'),
'HOST': config('host'),
'PORT': config('port'),
'OPTIONS': {
'driver': 'ODBC Driver 17 for SQL Server',
'MARS_Connection': True,
'Encrypt': 'yes',
'TrustServerCertificate': 'no',
},
}
}

5. Run Migrations

python manage.py makemigrations
python manage.py migrate

This command applies any pending database migrations.

6. Create a Superuser (Optional)

python manage.py createsuperuser

This command creates a superuser account for administrative access to the Django admin interface.

7. Run the Development Server

python manage.py runserver

WEB App Screenshots

image

More screenshots

image

image

image

image

image

image

image

image

image

image


Android App Screenshots

image

More screenshots

image image image image image image image

project-clean-web-application's People

Contributors

harshadrane67 avatar mandharet avatar

Stargazers

 avatar

Forkers

harshadrane67

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.