{"id":30699749,"url":"https://github.com/mlee528/elice_library_p1","last_synced_at":"2026-05-05T19:31:47.345Z","repository":{"id":118957854,"uuid":"429242880","full_name":"mlee528/elice_library_p1","owner":"mlee528","description":"도서관 대출 서비스 프로젝트","archived":false,"fork":false,"pushed_at":"2022-03-22T03:51:27.000Z","size":8422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-03T17:40:18.720Z","etag":null,"topics":["bootstrap","flask","mysql"],"latest_commit_sha":null,"homepage":"https://elice-library.herokuapp.com/","language":"CSS","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/mlee528.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":"2021-11-18T00:22:59.000Z","updated_at":"2022-03-20T13:39:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f2744ec-e009-44dd-9134-333dafee369d","html_url":"https://github.com/mlee528/elice_library_p1","commit_stats":null,"previous_names":["mlee528/elice_library_p1","martinalee94/elice_library_p1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlee528/elice_library_p1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlee528%2Felice_library_p1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlee528%2Felice_library_p1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlee528%2Felice_library_p1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlee528%2Felice_library_p1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlee528","download_url":"https://codeload.github.com/mlee528/elice_library_p1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlee528%2Felice_library_p1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["bootstrap","flask","mysql"],"created_at":"2025-09-02T11:14:03.477Z","updated_at":"2026-05-05T19:31:47.327Z","avatar_url":"https://github.com/mlee528.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 엘리스 도서관 대출 서비스\nFlask, MySQL, Bootstrap을 이용해 도서관 책 대여 웹서비스를 구현했습니다.(개인프로젝트) \u003cbr\u003e\n서버사이드 렌더링 방식이며, Flask ORM을 이용하여 데이터베이스를 이용했습니다.\n\u003cimg src=\"https://user-images.githubusercontent.com/39133877/159165403-63d9acc9-f4db-4935-8954-44a83ee883fc.png\" alt=\"main\" width=\"600px\"\u003e\u003c/img\u003e\n\n\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n# 프로젝트 구조\n\n```\n├── app/\n│      ├─ __init__.py\n│      ├─ models.py\n│      ├─ main.py\n│      ├─ dashboard.py\n│      ├─ detail.py\n│      ├─ auth.py\n│      ├─ migrations/\n│      ├─ static/\n│      │   ├─ books.json\n│      │   ├─ css/\n│      │   ├─ js/\n│      │   └─ img/\n│      ├─ tests/\n│      │   └─ error_handler.py\n│      └─ templates/\n│            ├─ base.html\n│            ├─ home.html\n│            ├─ dashboard.html\n│            ├─ detail.html\n│            ├─ login.html\n│            ├─ signup.html\n│            └─ error.html\n├── .env\n├── .gitignore\n├── config.py\n├── loaddata.py\n├── requirements.txt\n└── README.md\n```  \n\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n# 개발 일일회고록 :pencil: \n\n\n| 날짜     | 주요 이슈 |\n| :------: | :------ | \n| [21.11.16(화)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.16(%ED%99%94)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | 개발환경셋팅 |\n| [21.11.17(수)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.17(%EC%88%98)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | DB(users, books)설계 및 이미지 처리 방식 구상 |\n| [21.11.18(목)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.18(%EB%AA%A9)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0)| 프로젝트 재설계 \u003cbr\u003e 로그인/회원가입 기능 개발 \u003cbr\u003e 책 소개 페이지 구현 \u003cbr\u003e |\n| [21.11.19(금)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.19(%EA%B8%88)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | DB(rent) 설계 \u003cbr\u003e 대여하기 기능 개발 \u003cbr\u003e 사용자별 Dashboard 구현 \u003cbr\u003e  |\n| [21.11.20(토)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.20(%ED%86%A0)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | 반납하기 기능 개발 \u003cbr\u003e 로그인/회원가입 버그 수정 및 UI 개편 \u003cbr\u003e 메인페이지 UI 개편 \u003cbr\u003e |\n| [21.11.21(일)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.21(%EC%9D%BC)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | 평점(Rating)테이블 설계 \u003cbr\u003e 책 평점 보여주기 기능 추가 \u003cbr\u003e 책 소개 페이지 UI 개발 |\n| [21.11.23(화)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.23(%ED%99%94)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | 책 소개 페이지(리뷰 부분) 바닐라 자바스트립트 방식 도입 \u003cbr\u003e 책 리뷰 삭제 기능 개발 |\n| [21.11.24(수)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.24(%EC%88%98)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | Dashboard UI 개편 \u003cbr\u003e 회원가입 폼 조건(regex사용) 설정 완료 |\n| [21.11.25(목)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.25(%EB%AA%A9)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | error_handler.py 추가 \u003cbr\u003e error.html 생성 |\n| [21.11.26(금)](https://github.com/martinalee94/elice_library_p1/wiki/21.11.26(%EA%B8%88)-%EC%9D%BC%EC%9D%BC%ED%9A%8C%EA%B3%A0) | VM배포 \u003cbr\u003e 이슈 트러블 슈팅  \u003cbr\u003e 발표자료 작성  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlee528%2Felice_library_p1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlee528%2Felice_library_p1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlee528%2Felice_library_p1/lists"}