Skip to content

Instantly share code, notes, and snippets.

View umairabbasDev's full-sized avatar
🏠
Working from home

Umair umairabbasDev

🏠
Working from home
View GitHub Profile
@umairabbasDev
umairabbasDev / idea.md
Last active September 26, 2024 07:30
house rental

Sure! Here’s a complete overview of an application that allows users to find rental houses nearby, with added features for leaving reviews and ratings after renting a place.

Application Overview

Purpose: To help users find houses for rent in their vicinity, enabling them to leave reviews and ratings post-rental for a more informed community.


Architecture Overview

@umairabbasDev
umairabbasDev / docker-install-parrot.sh
Created September 27, 2022 10:41 — forked from nuga99/docker-install-parrot.sh
Install Docker Engine on Parrot OS
#!/bin/sh
# From https://www.hiroom2.com/2017/09/24/parrotsec-3-8-docker-engine-en/
set -e
# Install dependencies.
sudo apt install -y curl apt-transport-https \
software-properties-common ca-certificates
# Install docker.