Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cack195/chat-application

Chat Application built with ReactJs and Django
https://github.com/cack195/chat-application

Last synced: about 2 months ago
JSON representation

Chat Application built with ReactJs and Django

Awesome Lists containing this project

README

        

# Chat-Application
A chat application built with Django REST Framework, Django Signals, and React.js.

# Installation Process
To install this app please follow this below steps:
### Backend Setup
```
cd server/
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
```
### Frontend Setup
```
cd client/
npm install
```
### Run the app
```
cd server/
python manage.py runserver
```
```
cd client/
npm start
```

Now you'll be redirected to `localhost:5173` Then open two browser window and do the signup with name, email, profile image and start chatting from two different window.