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
- (optional) create virtual env ex. mkvirtualenv mytest_env
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver