Skip to content

IChatBox is a user-friendly chat solution designed for easy integration into existing websites.

Notifications You must be signed in to change notification settings

ndl-longnguyen/IChatBox

Repository files navigation

IChatBox

IChatBox is a user-friendly chat solution designed for easy integration into existing websites. It offers seamless real-time communication, is highly customizable, and enhances user engagement with minimal setup. Ideal for adding interactive features to any site.

Run step:

1. Clone the repository

git clone https://github.com/yourusername/IChatBox.git
cd IChatBox

2. Set up a virtual environment

python3 -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`

3. Install dependencies

pip install -r requirements.txt

4. Set up environment variables

Create a .env file in the root of your project, and define your environment-specific variables such as:

SECRET_KEY=your-secret-key
DEBUG=True

5. Apply migrations

python manage.py migrate

6. Create a superuser (optional but recommended for admin access)

python manage.py createsuperuser

7. Run the development server

python manage.py runserver

8. Access the chatbox

Open your browser and go to http://localhost:8000/ to see the IChatBox in action.

About

IChatBox is a user-friendly chat solution designed for easy integration into existing websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published