Skip to content

Aman4017/RealTime-Chatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chat

Setup

virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
deactivate
cd app
npm install
cd ios
pod install
cd ../..

Run

# Terminal 1
make server

# Terminal 2
make redis

# Terminal 3
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published