Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aryamanz29/pychat

PyChat : AN OPENSOURCE PRIVATE CHAT ROOM 💬
https://github.com/aryamanz29/pychat

ajax bootstrap chat-application chatroom django opensource

Last synced: 14 days ago
JSON representation

PyChat : AN OPENSOURCE PRIVATE CHAT ROOM 💬

Awesome Lists containing this project

README

        

PyChat 💬

![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)




"AN OPENSOURCE PRIVATE CHAT ROOM"

![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

## Tech Stack 🚀 :

- 1. Django

- 2. Bootrap

- 3. Ajax

- 3. SQL Database

![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

## Setup 👨‍💻:

### 1.Virtual Environment Setup :

##### For Linux :

```bash
python3 -m venv env
source env/bin/activate
```
##### For Windows :

```bash
py -m venv env
env\Scripts\activate
```

![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

#### 2. Installing Dependencies:

```bash
pip install -r requirements.txt
```

![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

#### 3. Create Database Tables and Superuser:

```bash
Note: For Windows Users Replace python3 with python

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

![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

## Working Screenshots 🕵 :

![Screenshot from 2021-12-19 22-37-27](https://user-images.githubusercontent.com/56113566/146684242-7af3aaa2-e445-4708-a36d-7bd14b347234.png)


![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)