Skip to content

A real-time chat platform for seamless and secure conversations.

Notifications You must be signed in to change notification settings

Omcarr/ChatterPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

- Create Virtual Environment

Mac/Linux
python3 -m venv venv
source venv/bin/activate
Windows
python3 -m venv venv
.\venv\Scripts\activate.bat

- Install dependencies

pip install --upgrade pip
pip install -r requirements.txt

- Migrate to database

python manage.py migrate
python manage.py createsuperuser

- Run application

python manage.py runserver

About

A real-time chat platform for seamless and secure conversations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published