{"id":15859256,"url":"https://github.com/nimjay/treel","last_synced_at":"2026-01-21T10:36:26.495Z","repository":{"id":75782698,"uuid":"116707029","full_name":"NimJay/treel","owner":"NimJay","description":"Treel is a minimalistic learning management system (LMS). ","archived":false,"fork":false,"pushed_at":"2018-05-21T17:01:17.000Z","size":196,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-11-29T23:49:28.111Z","etag":null,"topics":["cms","college","education","lms","minimalistic","school","university"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NimJay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-01-08T17:28:53.000Z","updated_at":"2025-11-19T03:21:54.000Z","dependencies_parsed_at":"2023-06-07T17:00:15.479Z","dependency_job_id":null,"html_url":"https://github.com/NimJay/treel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NimJay/treel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimJay%2Ftreel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimJay%2Ftreel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimJay%2Ftreel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimJay%2Ftreel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NimJay","download_url":"https://codeload.github.com/NimJay/treel/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimJay%2Ftreel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cms","college","education","lms","minimalistic","school","university"],"created_at":"2024-10-05T21:05:09.572Z","updated_at":"2026-01-21T10:36:26.480Z","avatar_url":"https://github.com/NimJay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Treel Logo](https://github.com/NimJay/treel/blob/develop/src/public/favicon.png)\n\nTreel\n===\n\nTreel is a minimalistic learning management system that allows instructors to distribute class content to students.\n\n\n\n## Description\n\nA user of Treel is either an **Instructor** or a **Student**. Instructors create **Class** pages which Students can **Follow**. Each Class may have multiple Instructors who can add/edit Class **Content** (e.g., assignment handouts). Class pages can be made **public** (allowing anyone to Follow), or **private** (allowing only a specified list of Students to Follow).\n\n\n\n## File Structure\n\n\nThe two lists below detail key folders/files of this project:\n\n\n### Folders\n\n- **other/** Miscellaneous files.\n- **src/** The source code.\n- **src/back/** Back-end code.\n- **src/front/** Front-end code.\n- **src/public/** Files to be served by the server.\n- **src/public/css/** All CSS to be served.\n- **src/public/img/** All images (excluding favicon.png) to be served.\n- **src/public/js/** All JavaScript to be served.\n- **src/sass/** All SASS files.\n\n\n### Files\n\n- **src/back/Server.js** Run this to start the server.\n- **src/front/Treel.jsx** This is compiled intro _treel.js_ via `webpack`.\n- **src/public/css/treel.css** Main CSS file (result of compiling _treel.scss_).\n- **src/public/js/treel.js** Main JavaScript file (result of compiling _Treel.jsx_).\n- **src/sass/treel.scss** This is compiled into _treel.css_ via `node-sass`.\n\n\n\n## Run On Your Machine\n\nTo run Treel on your machine:\n\n1. Install [Node](https://nodejs.org) (with npm) and [MongoDB](https://www.mongodb.com/).\n2. `git clone https://github.com/NimJay/treel.git`\n3. `cd treel/src/`\n4. `npm install` (This may take a while.)\n5. Configure `back/Config.js` as needed.\n6. `node back/LoadData.js` to load initial MongoDB data.\n7. `npm run develop` to compile SASS+ES6+JSX and run server.\n8. `touch sass/treel.scss` to trigger a SASS compilation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimjay%2Ftreel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimjay%2Ftreel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimjay%2Ftreel/lists"}