Team Discuss

Team Discuss is a Python web application to discuss on various subjects by creating groups.

Motivation

  • 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.

Installation

Install requirements

pip install -r requirements.txt

To run project on localhost

python manage.py runserver

License

MIT