BABAJI KA CHATBOX
This is a basic chat box/forum made with Django.
- 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.
Create an Issue or a Pull Request.
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