Real time chat web app. Make friends and chat with them.
- Python
- JavaScript
- Django
- Django Channels
- Bootstrap
- PostgreSQL
Clone the project
git clone https://github.com/ritik33/MyChat.git
Setup a PostgreSQL instance with the following data
DB NAME: 'MyChat',
USER: 'postgres',
PASSWORD: 'postgres',
HOST: 'localhost',
PORT': '5432'
OR update settings.py file with the following PostgreSQL configuration
DB_NAME = "your postgres db name"
DB_USER = "your postgres db user"
DB_PASSWORD = "your postgres db password"
DB_HOST = "your postgres db host"
DB_PORT = "your postgres port"
Create a virtual environment
pip install virtualenv
virtualenv venvActivate the virtual environment
venv\scripts\activateInstall dependencies
pip install -r requirements.txtApply migrations
python manage.py makemigrations
python manage.py migrate
Start the server
python manage.py runserver⚠ Development server will start here
![]() |
![]() |
|---|---|
![]() |
![]() |
![]() |
![]() |





