Skip to content

Comms is a free text chat web application which is an Open Web Community where anybody from any corner of the world can get into a room related to a certain topic without permission and chat with the roommates.

Notifications You must be signed in to change notification settings

arindam-sahoo/Community-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Comms

Cloning the repository

Clone the repository using the command below :

git clone https://github.com/arindam-sahoo/Community-WebApp.git

Create a virtual environment :

# create a virtual environment
python -m venv .venv

# activate our virtual environment
.\.venv\Scripts\activate

Install the requirements :

pip install -r requirements.txt

Move into the directory where we have the project files :

cd backend

Running the App

We need to create a self server database :

python manage.py makemigrations
python manage.py migrate

To run the App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

About

Comms is a free text chat web application which is an Open Web Community where anybody from any corner of the world can get into a room related to a certain topic without permission and chat with the roommates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published