Dilshaad21 / babagkachatbox

a discussion board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BABAJI KA CHATBOX

This is a basic chat box/forum made with Django.

Features

  • Login and Registration system.
  • Allows users to chat with each other in boards.
  • Users can create posts in forum boards and chat with each other inside the posts using comments.
  • Users have their own profiles that contain the posts they made.
  • Posts can be edited.

Contributing

Create an Issue or a Pull Request.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/knakul853/babagkachatbox.git

Install the requirements:

pip install -r requirements.txt

Setup the local configurations:

cp .env.example .env

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at

127.0.0.1:8000

Demo

https://babagkachatbox.herokuapp.com/

About

a discussion board


Languages

Language:JavaScript 84.6%Language:Python 10.4%Language:HTML 4.9%Language:CSS 0.1%