Team Discuss is a Python web application to discuss on various subjects by creating groups.
-
To learn fundamentals of Django web framework.
- To understand the search functionality.
- Implementing basics off Django REST Framework.
- To understand how the message system works in a group.
-
Understanding working of a public interaction platform.
Install requirements
pip install -r requirements.txt
To run project on localhost
python manage.py runserver