/ChatterBox

Django-based Chatroom With Custom Models And Authentication System.

Primary LanguageHTML

ChatRoom

Django-based Chatroom With Custom Models And Authentication System.


To Run this Project

  1. Download This Repository.
    git clone https://github.com/crazytrain328/ChatRoom.git
  2. Install Virtual Environment for Python
    pip install virtualenv
  3. Create New Virtual Environment.
    virtualenv env
  4. Create A New Django Project.
    django-admin startproject studybudd.
  5. Delete all the created files inside studybudd and copy and paste the Files in This repository.
  6. Copy the env folder inside studybudd folder.
  7. Change the working directory to studybudd
       cd studybudd
  8. Activate the Virtual Environment.
    i) Windows
       env\scripts\activate
    ii) Linux
       source env\bin\activate
  9. Start the Server.
       python manage.py runserver
  10. Go to the given URL to run the project.