Skip to content

Aryamanz29/PyChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PyChat ๐Ÿ’ฌ

-------------------------------------------------------------

"AN OPENSOURCE PRIVATE CHAT ROOM"

-------------------------------------------------------------

Tech Stack ๐Ÿš€ :

    1. Django
    1. Bootrap
    1. Ajax
    1. SQL Database

-------------------------------------------------------------

Setup ๐Ÿ‘จโ€๐Ÿ’ป:

1.Virtual Environment Setup :

For Linux :
python3 -m venv env 
source env/bin/activate
For Windows :
py -m venv env
env\Scripts\activate

-------------------------------------------------------------

2. Installing Dependencies:

pip install -r requirements.txt

-------------------------------------------------------------

3. Create Database Tables and Superuser:

Note: For Windows Users Replace python3 with python

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser

-------------------------------------------------------------

Working Screenshots ๐Ÿ•ต :

Screenshot from 2021-12-19 22-37-27

-------------------------------------------------------------