{"id":15706611,"url":"https://github.com/0x0elliot/connectlearn","last_synced_at":"2025-05-12T18:55:58.735Z","repository":{"id":115258719,"uuid":"405224658","full_name":"0x0elliot/connectlearn","owner":"0x0elliot","description":"ConnectLearn is a simple and efficient Open Source Platform written to connect students and teachers better with each other. ","archived":false,"fork":false,"pushed_at":"2021-10-24T06:57:05.000Z","size":54,"stargazers_count":6,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T07:30:49.818Z","etag":null,"topics":["bootstrap","connectlearn","css","edtech","flask","flask-application","flask-web","framework","full","fullstack","html","open-source","python","saas","stack","webapp"],"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/0x0elliot.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":"2021-09-10T22:11:12.000Z","updated_at":"2023-06-01T07:26:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"81f415c1-5746-4f43-8494-7502fd3381ee","html_url":"https://github.com/0x0elliot/connectlearn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Fconnectlearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Fconnectlearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Fconnectlearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Fconnectlearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x0elliot","download_url":"https://codeload.github.com/0x0elliot/connectlearn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805646,"owners_count":21967050,"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":["bootstrap","connectlearn","css","edtech","flask","flask-application","flask-web","framework","full","fullstack","html","open-source","python","saas","stack","webapp"],"created_at":"2024-10-03T20:25:10.094Z","updated_at":"2025-05-12T18:55:58.692Z","avatar_url":"https://github.com/0x0elliot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConnectLearn\n\u003cimg height=\"36px\" src=\"https://forthebadge.com/images/badges/made-with-python.svg\"\u003e\u0026nbsp;\u003cimg height = \"36px\" src = \"https://forthebadge.com/images/badges/open-source.svg\"\u003e\u0026nbsp;\u003cimg height=\"26px\" src=\"https://img.shields.io/badge/For-Teachers%20And%20Students-red.svg\"\u003e\n\n\u003cp\u003e\n    ConnectLearn is an easy to use and deploy Open-Source Project meant to make it easier for the right students to find the right teachers online.\n\u003c/p\u003e\n\n## Deploy\n\n### With Docker\n\n- \u003ccode\u003egit clone https://github.com/0x0elliot/connectlearn/\u003c/code\u003e\n- \u003ccode\u003ecd connectlearn/src \u003c/code\u003e and definitely change \u003ca href = \"https://github.com/0x0elliot/connectlearn/blob/75044a17fe8d9dc9c84f7b24b0a68a9c101c3c05/src/app.py#L22\"\u003eSecret key's\u003c/a\u003e value to something random before putting it to production!\n- Set up \u003ccode\u003esrc/.env\u003c/code\u003e to add your SMTP email and Password.\n- \u003ccode\u003esudo docker-compose up\u003c/code\u003e\n- Visit \u003ca href = \"http://0.0.0.0:8000/\"\u003e0.0.0.0:8000\u003c/a\u003e on your browser.\n`\nIf you don't have docker and docker-compose installed, Try \u003ca href = \"https://docs.docker.com/engine/install/ubuntu/\"\u003eDocker Installation\u003c/a\u003e and \u003ccode\u003esudo apt install docker-compose\u003c/code\u003e\n\n### Build Locally\n\n- Repeat the first three steps\n\n```bash\n$ pip3 install -r requirements.txt\n$ export FLASK_APP=src\n$ chmod +x ./src/init_db.sh\n$ ./src/init_db.sh\n$ chmod +x ./docker-entrypoint.sh\n$ ./docker-entrypoint.sh\n```\n- Visit \u003ca href = \"http://0.0.0.0:8000/\"\u003e0.0.0.0:8000\u003c/a\u003e on your browser.\n\n## Aim:\n\nThis project has reached a point where I need to define a proper aim for it. I have noticed that there might be a market for very niché genres and topics that people might want to connect teachers and students better in. I want this project to be a tool they can use for just that! We will try our best to move forward in such a direction that it is more easily customisable and flexible.\n\n![image](https://user-images.githubusercontent.com/60684641/132923014-5a2ca4a1-e99f-46bd-b8cd-07adaa123653.png)\n\n## Features:\n\n- \u003cb\u003eLogin/Register/Sign Out functionality\u003c/b\u003e\n![image](https://user-images.githubusercontent.com/60684641/132923245-ad4601c9-af0c-4ae4-bad5-e1f1e43339b9.png)\n\n- \u003cb\u003eUser Profile Management Along with Profile Picture Uploading Functionality For Teachers + Image Cropping\u003c/b\u003e\n![image](https://user-images.githubusercontent.com/60684641/132923312-db66b230-d96f-4d4e-a400-3561ef617516.png)\n\n- \u003cb\u003eHere is how the image cropping looks like\u003c/b\u003e\n![image](https://user-images.githubusercontent.com/60684641/138584064-dbfc407c-f981-48ac-b236-a0094dedde2d.png)\n\n\n- \u003cb\u003eMain page where students can search for teachers accordingly and filter them by Cost, Language, Most Recent/Oldest, Username, Teacher Description etc.\u003c/b\u003e\n![image](https://user-images.githubusercontent.com/60684641/132923459-f5ad155d-23ea-48c3-8c22-2682544190a0.png)\n\n- \u003cb\u003eTeacher profiles students can visit with a separate description for their profile that is different than the one that appears in listing page/search results.\u003c/b\u003e\n![image](https://user-images.githubusercontent.com/60684641/132923584-c8a59ac5-872d-4951-9496-0a265afea989.png)\n\n- \u003cb\u003eContact button using which the student's message is sent to the teacher through email. Only 1 button usage/User is allowed for the students. The student can check a box which also sends in their phone number in the email.\u003c/b\u003e\n![image](https://user-images.githubusercontent.com/60684641/132923674-7e47ac91-8278-42df-9480-0ea8bbf13dc8.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0elliot%2Fconnectlearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x0elliot%2Fconnectlearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0elliot%2Fconnectlearn/lists"}