This project was done by me as a learner to learn Django.
- You can create Rooms and Topics.
- Users can login or register to app.
- Search for both Topics and Rooms.
- Use components to reduce code duplicacy.
- Python
- Django
- Bootstrap
- JavaScript
- Clone this repository:
git clone [email protected]:jayant-lumino/django-room-app.git
. cd
intodjango-room-app
:cd django-room-app
.- Install environment.
-
After successful installation execute the following commands:
$python manage.py migrate $python manage.py runserver
-
Visit
127.0.0.1:8000
in your browser to enjoy the awesome app!