{"id":18718441,"url":"https://github.com/katezzh/educationplatform","last_synced_at":"2026-04-07T16:32:10.300Z","repository":{"id":179224244,"uuid":"663107406","full_name":"KateZzh/EducationPlatform","owner":"KateZzh","description":"Educational platform for learning languages","archived":false,"fork":false,"pushed_at":"2024-02-03T18:42:59.000Z","size":1996,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T14:04:26.008Z","etag":null,"topics":["css","expressjs","html","jest","material-ui","nodejs","postgresql","prettier","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/KateZzh.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":"2023-07-06T15:07:39.000Z","updated_at":"2023-11-18T20:36:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e081b74-a792-4399-8fb2-ce82f2ffe3b7","html_url":"https://github.com/KateZzh/EducationPlatform","commit_stats":null,"previous_names":["katezzh/educationplatform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KateZzh/EducationPlatform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KateZzh%2FEducationPlatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KateZzh%2FEducationPlatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KateZzh%2FEducationPlatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KateZzh%2FEducationPlatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KateZzh","download_url":"https://codeload.github.com/KateZzh/EducationPlatform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KateZzh%2FEducationPlatform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["css","expressjs","html","jest","material-ui","nodejs","postgresql","prettier","react","typescript"],"created_at":"2024-11-07T13:21:23.445Z","updated_at":"2026-04-07T16:32:10.277Z","avatar_url":"https://github.com/KateZzh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EducationPlatform Project\n\nWelcome to the **EducationPlatform** project! This comprehensive platform aims to provide an enhanced learning experience by offering a range of educational resources and features. The project utilizes a variety of technologies to create a seamless and efficient user experience.\n\n## Project Overview\n\nThe EducationPlatform project combines modern frontend and backend technologies to deliver an educational platform that is both user-friendly and robust.\n\n### Frontend Technologies\n\nThe frontend of EducationPlatform is built using the following technologies:\n\n- **React**: The project utilizes the React library for building dynamic and interactive user interfaces.\n\n- **Material UI**: Material UI is employed to create a visually appealing and responsive design, ensuring a consistent and modern look for the platform.\n\n- **react-router-dom**: React Router DOM is used for implementing efficient client-side routing, enabling smooth navigation between different sections of the platform.\n\n### Backend Technologies\n\nThe backend of EducationPlatform is developed using the following technologies:\n\n- **TypeScript**: TypeScript is chosen to enhance code maintainability and catch potential errors during development.\n\n- **Express**: The Express framework is used to build the backend server, providing a robust foundation for handling API requests and business logic.\n\n- **Nodemon**: Nodemon ensures automatic server restarts during development, enabling a streamlined development process.\n\n- **CORS**: CORS middleware is employed to handle cross-origin resource sharing, allowing the frontend to make requests to the backend from different domains.\n\n- **JWT (JSON Web Tokens)**: JWT is used for implementing secure authentication and authorization mechanisms, ensuring that users can access appropriate resources based on their roles.\n\n- **bcrypt**: The bcrypt library is used for hashing user passwords, enhancing security by storing passwords securely in the database.\n\n- **Jest**: Jest is utilized for writing and running unit tests, ensuring the reliability and correctness of the backend codebase.\n\n- **pg**: The pg library provides a connection to a PostgreSQL database, allowing efficient storage and retrieval of data.\n\n- **Supertest**: Supertest is used alongside Jest for writing API integration tests, ensuring the smooth functioning of API endpoints.\n\n## Getting Started\n\nTo set up the EducationPlatform project on your local machine, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Wihctoh/EducationPlatform.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd education-platform\n   ```\n\n3. Install frontend dependencies:\n\n   ```bash\n   cd client\n   npm install\n   ```\n\n4. Install backend dependencies:\n\n   ```bash\n   cd server\n   npm install\n   ```\n\n5. Start the backend server (make sure you have PostgreSQL installed and running):\n\n   ```bash\n   nodemon index\n   ```\n\n6. Start the frontend development server:\n\n   ```bash\n   cd ../client\n   npm start\n   ```\n\nNow you can access the EducationPlatform at http://localhost:3000 and explore its features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatezzh%2Feducationplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatezzh%2Feducationplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatezzh%2Feducationplatform/lists"}