Skip to content
/ WhisperSphere Public template

This is Django Production level Project, cloud Hosted Postgress Database, Real-time Messaging.

Notifications You must be signed in to change notification settings

solvibrain/WhisperSphere

Repository files navigation

WhisperShpere

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/solvibrain/whispersphere

--> Move into the directory where we have the project files :

cd directory_name

--> Create a virtual environment :

# Let's Create Virtual Environment First
python -m venv your_choice_of_environment_name

--> Activate the virtual environment :

envname\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

After moving to the root Directory where manage.py is available running the below command

Running the App

--> To run the App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

App Preview :

 

Feed Home


Room Conversation Preview