Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 823 Bytes

File metadata and controls

20 lines (16 loc) · 823 Bytes

Techno_Forum

Techno Forum is a Web App created for Team Building and Project Collaboration with Django, Sqlite3 implemented in Python. It provides functionality of Login, Register, Creating and sharing Projects, Giving and taking feedback through Comments, Creating Groups and messaging along with much other functionality.

It supports following features:

  • Login/ Sign Up
  • Viewing and Editing Profile
  • Creating and Sharing Posts for Project ideas
  • Editing Shared Posts
  • Giving and receiving feedback through Comments
  • Viewing project ideas and sending requests to collaborate
  • Adding members to Project Group for Collaboration

Quick start

  1. (optional) create virtual env ex. mkvirtualenv mytest_env
  2. pip install -r requirements.txt
  3. python manage.py migrate
  4. python manage.py runserver