/HelpU

Empowering the ones who never give up! HelpU , a web and mobile platform , allows persons with disabilities to check whether or not the location they are visiting offers amenities specifically for them.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

HelpU

Empowering the ones who never give up! HelpU is a portal where disabled people can check whether the place are visiting are has specefic facilities for them or not

GitHub issues GitHub forks GitHub stars GitHub license Open Source Love svg1 PRs Welcome contributions welcome GitHub contributors

Demo

The live demo of the project can be found at http://anvansh.pythonanywhere.com/

Setup Instructions

Clone the repo in your local system

git clone https://github.com/RyanWalker277/HelpU.git

Install virtualenv

py -m pip install --user virtualenv

Create a new Virtualenvironment

py -m venv env

Activate the Virtualenvironment with

.\env\Scripts\activate

Change directory to the folder

cd folder-where-you-cloned-the-repo

Install all the requirements with

pip3 install -r requirements.txt

Apply all the migrations with

python3 manage.py migrate

Run the developement server with

python3 manage.py runserver

You'll see output like this

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
September 05, 2022 - 23:22:15
Django version 4.0.6, using settings 'SIH2022.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

Creating Superuser

Clone the repo in your local system

python3 manage.py createsuperuser

You will see a screen like this

Username (leave blank to use 'default'):

Enter a username and press enter , you will see a screen like this

Email address:

Enter an email and press enter , then you will see a screen like this

Password:

Enter a password , then you will see a screen like this

Password (again):

Re-enter the password and you are done! You will see a screen like this

Superuser created successfully

Tech Stack

Client: HTML , CSS , Javascript , Tailwind CSS

Server: Django , Python

Features

  • Search feature to search for places with facilities for disabled people
  • API to return model data of places in JSON format

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Support++

This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️

forthebadge made-with-python forthebadge

Made with ❤ by Anvansh (@RyanWalker277)