A web application with a user interface similar to Discord, featuring a responsive design. This application allows users to create chat rooms centered around specific topics, fostering discussions among multiple participants. This application was built using Django and SQLite3 as the database.
--> Clone the repository using the command below :
git clone https://github.com/KevinA-cpu/learningfriend.git
--> Move into the directory where we have the project files :
cd learningfriend
--> Install the requirements :
pip install -r requirements.txt
--> To run the App, we use :
python manage.py runserver
⚠ Then, the development server will be started at http://127.0.0.1:8000/
|
Feed Home |
Room Conversation Preview |