{"id":20581149,"url":"https://github.com/neibce/dongcheonalimi-server","last_synced_at":"2026-04-17T11:31:39.043Z","repository":{"id":238473302,"uuid":"796629928","full_name":"Neibce/DongcheonAlimi-Server","owner":"Neibce","description":"동천알리미 RESTful API Server","archived":false,"fork":false,"pushed_at":"2025-03-05T08:37:17.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T13:26:26.288Z","etag":null,"topics":["express","firebase-admin-sdk","mariadb","nginx-reverse-proxy","nodejs","pm2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Neibce.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,"zenodo":null}},"created_at":"2024-05-06T10:24:08.000Z","updated_at":"2025-03-05T08:41:13.000Z","dependencies_parsed_at":"2024-06-13T09:42:22.714Z","dependency_job_id":"c9c87d74-ffa5-409a-85ef-fc94c08f3f4e","html_url":"https://github.com/Neibce/DongcheonAlimi-Server","commit_stats":null,"previous_names":["neibce/dongcheon-alimi-api","neibce/dongcheonalimi-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Neibce/DongcheonAlimi-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FDongcheonAlimi-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FDongcheonAlimi-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FDongcheonAlimi-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FDongcheonAlimi-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neibce","download_url":"https://codeload.github.com/Neibce/DongcheonAlimi-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FDongcheonAlimi-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31927696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["express","firebase-admin-sdk","mariadb","nginx-reverse-proxy","nodejs","pm2"],"created_at":"2024-11-16T06:27:18.454Z","updated_at":"2026-04-17T11:31:39.033Z","avatar_url":"https://github.com/Neibce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DongcheonAlimi-Server [![CodeFactor](https://www.codefactor.io/repository/github/neibce/dongcheonalimi-server/badge)](https://www.codefactor.io/repository/github/neibce/dongcheonalimi-server)\n\n[English](./README_EN.md)\n[동천알리미 안드로이드 어플리케이션](https://github.com/Neibce/Dongcheon-Alimi)의 RESTful API Server\n- Node.js with Express and PM2, Google Firebase SDK(admin), MariaDB, NGINX for Reverse proxy\n- 2020년 2분기\n- 전체 설명은 [어플리케이션 README](https://github.com/Neibce/Dongcheon-Alimi) 참고\n\n## 서버 및 네트워크 구성도\n![서버/네트워크 구성도](https://github.com/Neibce/Dongcheon-Alimi-API/assets/18096595/3ce4fed1-1e06-4e2a-92d2-d7e8c18635ae)\n\n- PM2 with Cluster Mode\n\n![pm2 스크린샷](https://github.com/Neibce/Dongcheon-Alimi-API/assets/18096595/7d3eef56-c57f-447a-b5bb-bbd032b7c61b)\n\n## API 명세\n### /schedules (시간표)\n  - ```/:grade/:class```\n### /exams (시험 일정)\n  - ```/:year```\n### /classes (학년 별 반 개수)\n  - ```/count/:grade```\n### /board (게시판)\n  - ```/``` ```/new``` ```/list``` ```/:postId``` ```/:postId/delete``` ```/:postId/edit```\n### /quiz (퀴즈)\n  - ```/new``` ```/check-answer```\n### /images (이미지 반환)\n  - ```/:imageName```\n    \n## Database 구성(실제 내용 중 일부)\n### T_SCHOOL_SCHEDULES(시험 일정)\n![DB 테이블 사진](https://github.com/Neibce/Dongcheon-Alimi-API/assets/18096595/2e6aa506-c8c5-4c7c-9273-e5c553f1bb3b)\n\n### T_SCHOOL_CLASSES(반별 시간표)\n![DB 테이블 사진](https://github.com/Neibce/Dongcheon-Alimi-API/assets/18096595/3a25867c-b673-42f8-a30b-97cb26d306a8)\n\n### T_QUIZZES(게시글 작성용 퀴즈)\n![DB 테이블 사진](https://github.com/Neibce/Dongcheon-Alimi-API/assets/18096595/8a2d87c7-7f7e-4671-b14d-8871e66bdc8c)\n\n### T_BOARD(게시글)\n![DB 테이블 사진](https://github.com/Neibce/Dongcheon-Alimi-API/assets/18096595/4f33e184-7782-4716-95ec-c2039479931a)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneibce%2Fdongcheonalimi-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneibce%2Fdongcheonalimi-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneibce%2Fdongcheonalimi-server/lists"}