Tech Social is a mini forum like website wherein you can create/join/leave groups(spaces) and post your questions and comment on them too.
Tech Social has following features-
1)Login/Register: With login/register feature, the user specific groups and posts can be displayed on logging in.
2)Groups : logged in user can create new group of interested field or join/leave existing groups.
3)Posting/Commenting: The user can post a question/comment on a question in a group ONLY if he/she is a part of that group.
4)Picture upload: User can also upload picture(optional) while posting question or commenting on a question for easy understanding to other users.
5)Check user's/self post: Users can check their post history and also other user's post history when clicked on their username.
6)Explore other groups: Users are also provided with the groups they don't follow alongwith the groups they follow so that they can check the group contents and join if interested and in turn post questions/comment.
Install the dependencies by running:
pip install pillow
pip3 install django-braces
pip install misaka
Clone the repository and navigate to the flder which contains manage.py-
python manage.py runserver
Backend
: Python3,Django
Database
: Sqlite3
Frontend
: Html,CSS