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
The live demo of the project can be found at http://anvansh.pythonanywhere.com/
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.
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
Client: HTML , CSS , Javascript , Tailwind CSS
Server: Django , Python
- Search feature to search for places with facilities for disabled people
- API to return model data of places in JSON format
Contributions are always welcome!
See contributing.md
for ways to get started.
This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️
Made with ❤ by Anvansh (@RyanWalker277)