Skip to content

ananya26-vishnoi/Desktop-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatter-app

Installation

First activate a virtual enviornment TO download virtual enviornment:

pip install virtualenv
python -m venv virtualenvname

To activate in windows:

./virtualenvname/Scripts/activate

Note: might see error scripts not allowed contact me if it comes
To activate in linux:

source virtualenvname/bin/activate

Once virtual env is activates run following commands :

git clone 'https://github.com/Geek-Series/chatter-app.git'
cd chatter-app
cd chatter_project

Then do ls command if you see manage.py file you are in correct directory
then run following command

pip install -r requirements.txt

To run server

python manage.py runserver

Go to following address to access server

http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published