{"id":15063691,"url":"https://github.com/evozone/which-group-what-project","last_synced_at":"2026-01-02T19:05:04.528Z","repository":{"id":257095714,"uuid":"856432504","full_name":"Evozone/which-group-what-project","owner":"Evozone","description":"A CRUD application to can manage project teams, built with streamlit","archived":false,"fork":false,"pushed_at":"2024-09-14T11:08:55.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-15T12:00:34.939Z","etag":null,"topics":["cookies","google-oauth2","streamlit","supabase"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Evozone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T15:09:18.000Z","updated_at":"2024-09-14T18:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad2dc111-03ef-439f-b99e-8eb189721765","html_url":"https://github.com/Evozone/which-group-what-project","commit_stats":null,"previous_names":["evozone/which-group-what-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evozone%2Fwhich-group-what-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evozone%2Fwhich-group-what-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evozone%2Fwhich-group-what-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evozone%2Fwhich-group-what-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evozone","download_url":"https://codeload.github.com/Evozone/which-group-what-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779045,"owners_count":20346651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cookies","google-oauth2","streamlit","supabase"],"created_at":"2024-09-25T00:06:07.108Z","updated_at":"2026-01-02T19:05:04.499Z","avatar_url":"https://github.com/Evozone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"assets/logo.svg\" align=\"center\" width=\"100\" height=\"100\"/\u003e\n   \u003ch1\u003eWhich Group What Project?\u003c/h1\u003e\n   \u003cp\u003e\n      \u003cimg src=\"https://img.shields.io/github/issues/shridharkhare/which-group-what-project\" alt=\"Issues\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/forks/shridharkhare/which-group-what-project\" alt=\"Forks\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/stars/shridharkhare/which-group-what-project\" alt=\"Stars\"\u003e\n   \u003c/p\u003e\n   \u003c!-- \u003cp\u003e\n   \u003ca href=\"https://example.streamlit.app/\"\u003e\n      \u003cimg src=\"https://static.streamlit.io/badges/streamlit_badge_black_white.svg\" alt=\"Open in Streamlit\"\u003e\n   \u003c/a\u003e\n   \u003c/p\u003e --\u003e\n   \u003cp\u003e\n   A CRUD Web application to manage projects and groups, made with Streamlit and Supabase\n   \u003c/p\u003e\n   \u003chr style=\"height:2px;border-width:0;color:gray;background-color:gray\"\u003e\n\nWhile there are lots of commerical solutions for managing teams and project in an organization, there are very few open-source solutions that even a school or college can use. This project aims to provide a simple CRUD web application that can be used to manage projects and groups. The project is built using Streamlit and Supabase.\n\n\u003c/div\u003e\n\n## 🤔 Who can use it?\n\nCurrently, the project is in development and is not ready for production use. However, once the project is complete, it is developed specifically for my college, [Pillai College of Engineering](https://www.pce.ac.in/), for the Computer Engineering Department.\n\nHowever, since the project is open-source, you can use it for your college or school as well. You can also use it for your organization by making some changes to the code.\n\n### ↝ Pre-requisites\n   - You have a [Google Account created by your Workplace or School](https://workspace.google.com/intl/en_in/)\n   - You have a database of the teachers and students in your college.\n\n## 🚀 Run this project on your own machine\n\n\u003e [!IMPORTANT]\n\u003e This project uses environment variables to store sensitive information. Please read [Secrets Management](https://docs.streamlit.io/deploy/streamlit-community-cloud/deploy-your-app/secrets-management) to learn how to manage secrets in Streamlit.\n\n#### 1. Fork the repository\n\n   Click the \"Fork\" button on the top right corner of the repository. Learn more about forking a repository [here](https://docs.github.com/en/get-started/quickstart/fork-a-repo).\n\n   Forking the repository will create a copy of the repository in your GitHub account. It allows you to make changes to the code without affecting the original repository.\n\n#### 2. Clone the repository\n\n   ```bash\n   $ git clone https://github.com/\u003cyour-username\u003e/which-grp-what-proj.git\n   $ cd which-grp-what-proj\n   ```\n\n#### 3. Run `setup.py` to install the dependencies\n\n   ```bash\n   $ python setup.py\n   ```\n\n#### 4. Run the Streamlit app\n\n   ```bash\n   $ streamlit run streamlit_app.py\n   ```\n   \n## 🛠️ Project Maintainer\n\n\u003cdiv align=\"center\"\u003e\n   \u003ctable\u003e\n      \u003ctbody\u003e\n         \u003ctd align=\"center\"\u003e\n            \u003ca href=\"https://github.com/shridharkhare\"\u003e\n               \u003cimg alt=\"github profile\" src=\"https://avatars.githubusercontent.com/u/83900378?v=4\" width=\"130px;\"\u003e\n               \u003cbr\u003e\n               \u003csub\u003e\u003cb\u003e Shridhar Khare \u003c/b\u003e\u003c/sub\u003e\n            \u003c/a\u003e\n            \u003cbr\u003e\n         \u003c/td\u003e\n      \u003c/tbody\u003e\n      \u003ctbody\u003e\n         \u003ctd align=\"center\"\u003e\n            \u003ca href=\"https://www.linkedin.com/in/shridhar-khare/\"\u003e\n               \u003cimg src=\"https://img.shields.io/badge/-Contact%20Me-informational?style=flat\u0026logo=gmail\u0026logoColor=white\u0026color=2bbc8a\" alt=\"Contact Me\"\u003e\n            \u003c/a\u003e\n            \u003cbr\u003e\n         \u003c/td\u003e\n      \u003c/tbody\u003e\n      \u003ctbody\u003e\n         \u003ctd align=\"center\"\u003e\n            Web Developer\n         \u003c/td\u003e\n      \u003c/tbody\u003e\n   \u003c/table\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevozone%2Fwhich-group-what-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevozone%2Fwhich-group-what-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevozone%2Fwhich-group-what-project/lists"}