Chat-App

A basic Chat-App built using Django-Backed .

INSTRUCTIONS :

    1. Clone the respository using the following command
      git clone https://github.com/aryanshridhar/Chat-App.git
    2. Install all the dependencies by running the following command in terminal :
      pip install -r requirements.txt
    3. Start the local hosted server by executing
      python manage.py runserver
    4. Once hosted , locate to
      http://127.0.0.1:8000/