{"id":19457321,"url":"https://github.com/shiru99/engage-21","last_synced_at":"2026-05-06T13:32:07.616Z","repository":{"id":43700715,"uuid":"426086327","full_name":"Shiru99/Engage-21","owner":"Shiru99","description":"Microsoft Engage '21 : Implemented microservices-architecture with Sping-Boot","archived":false,"fork":false,"pushed_at":"2022-12-30T10:47:23.000Z","size":8375,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T01:46:43.810Z","etag":null,"topics":["api-gateway","circuit-breaker","config-service","discovery-server","microservice","postgresql","spring-boot","spring-cloud"],"latest_commit_sha":null,"homepage":"https://microsoft.acehacker.com/fte2021/","language":"Java","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/Shiru99.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}},"created_at":"2021-11-09T04:06:48.000Z","updated_at":"2022-03-11T09:24:24.000Z","dependencies_parsed_at":"2023-01-31T11:16:02.901Z","dependency_job_id":null,"html_url":"https://github.com/Shiru99/Engage-21","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/Shiru99%2FEngage-21","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiru99%2FEngage-21/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiru99%2FEngage-21/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiru99%2FEngage-21/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shiru99","download_url":"https://codeload.github.com/Shiru99/Engage-21/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240654183,"owners_count":19835857,"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":["api-gateway","circuit-breaker","config-service","discovery-server","microservice","postgresql","spring-boot","spring-cloud"],"created_at":"2024-11-10T17:21:05.896Z","updated_at":"2026-05-06T13:32:07.585Z","avatar_url":"https://github.com/Shiru99.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Engage-21\n\nMicrosoft Engage 2021\n\n## Description - Scheduler\n\nThis feature allows students to submit weekly preferences for attending class in-person or remotely. The tool then assigns available seats to students who want to physically attend class and provides the faculty with a roster of who has been cleared to attend.\n\n## Short description \u0026 Tool used for implementation\n\n1. Font-end: React.js - Redux \u0026 Material-UI\n2. Back-end: Java - Spring Boot \u0026 PostgreSQL\n\nMicro-service architecture: (for backend)\n\n- Config-server: for storing configuration\n- Discovery-server (Eureka-server): for discovery of micro-services\n- API gateway: for routing requests to micro-services\n- Circuit breaker \u0026 Fallback: for handling errors\n- Hystrix-dashboard: for monitoring\n- JWT Authentication: for authentication (NOT working: Dependency issue with spring-cloud-security \u0026 spring-cloud-starter-gateway)\n\n\n## Installations\n\n1. Install \u0026 Connect Database - PostgreSQL\n\n```\nFor Ubuntu:\n\n$ sudo apt-get update\n$ sudo apt install postgresql postgresql-contrib\n$ sudo -u postgres psql postgres\n\n    postgres=# CREATE ROLE \"Shiru99\" WITH PASSWORD '1234';\n    postgres=# ALTER ROLE  \"Shiru99\" WITH LOGIN;\n    postgres=# CREATE DATABASE collegeconnect\n\n$ psql -U Shiru99 -h localhost -p 5432 collegeconnect \n```\n\n2. Install Java (14)\n\n\n## Sequence of microservices to run the application\n\n### connect database\n\n### Backend:\n\n1. config-server\n2. discovery-server\n3. api-gateway\n4. feature microservices/my-authentication-service\n5. feature microservices/student-scheduler\n6. feature microservices/teacher-scheduler\n7. feature microservices/class-scheduler\n\n### Frontend :\n\n1. run react application\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiru99%2Fengage-21","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiru99%2Fengage-21","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiru99%2Fengage-21/lists"}