Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 💬
- Host: GitHub
- URL: https://github.com/aryamanz29/pychat
- Owner: Aryamanz29
- Created: 2021-05-17T16:06:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T17:18:26.000Z (about 3 years ago)
- Last Synced: 2024-11-22T19:11:23.663Z (3 months ago)
- Topics: ajax, bootstrap, chat-application, chatroom, django, opensource
- Language: Python
- Homepage: https://project-py-chat.herokuapp.com/
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 pythonpython3 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)