GhettoGroup aims at providing a single platform for a large group of audience by taking inspiration from Google Classroom, Google Forms, Kahoot and Trello Cards. It focuses on and encourages shared work environments with efficient team management. It targets groups of people both academic and non academic and also individuals who are willing to work on/find open source projects. Currently it only supports Pubic
and Private
groups but we plan developing this project on a full scale very soon.
P.S: This project is still at a very early stage and has a lot of scope for improvement.
-
Hierarchical User System for efficient group management
-
Different types of groups supporting every type of work environment
-
Option to send Invites/ Requests to join a group
-
Recommendation System for users to join new groups and expand their domain
-
Subgroup Task Assginment and Task Trackers to reach them deadlines
-
Quizzes/Surveys to check your progress and so the constructive critsim helps you grow
-
Checklists for you to keep track of your very own personal tasks
-
An active developer portal where users can get their test keys for using our REST API services
-
Whiteboard & Audio rooms for your project dicussion and breaks
-
Integrated Social Media sharing allows you to share your achievements with your dear ones
Hierarchical structure, group segregation, (sub)group task assignment, quiizes, checklists, an almost active developer portal. Percentage Completed: 70%
-
CRUD for Tasks
(exposed)
-
CRUD for Quizzes
(exposed)
-
Leaderboard for Quizzes
(exposed)
-
Checklists
(exposed)
-
Sending Requests/Invites
(to be exposed)
-
Stripe Checkout for payments
(consumed)
-
Authentication
(consumed)
-
Social Media APIs
(to be consumed)
-
Youtube API
(to be consumed)
-
Spotify API
(to be consumed)
Create a virtualenv with python3.8
pip install -r requirements.txt
Linux:
sudo apt-get update sudo apt-get install python-pip python-dev libpq-dev postgresql postgresql-contrib sudo su - postgres createuser --interactive --pwprompt role name: ghetto role password: ghetto (if prompted for superuser choose yes) createdb -O ghetto Ghetto
Windows: Use this link for installing it: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads You can use PgAdmin to create the new user and the database with the same credentials as above.
For Windows, you can use PgAdmin directly.
psql ghetto > dump.sql
psql ghetto < dumo.sql
python manage.py makemigrations python manage.py migrate python manage.py createsuperuser python manage.py runserver
Since this project is not live, we are using Test API Keys for the consumed APIs. So create dummy subscriptions or directly create the groups to check other functionalities.
_baseurl_/api/docs
has a detailed API documentation
Aditi Verma Manjju Shree Leela Madhuri
This project belongs to Team Ghettogroup ©2020