{"id":29370925,"url":"https://github.com/nuung/ddmap","last_synced_at":"2026-04-09T12:02:08.973Z","repository":{"id":42247486,"uuid":"279852675","full_name":"Nuung/DDmap","owner":"Nuung","description":"2020) Rate, Find, Search and Look toilet which is good and best from you.","archived":false,"fork":false,"pushed_at":"2023-03-05T10:19:07.000Z","size":5925,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-18T09:24:07.108Z","etag":null,"topics":["bootstrap4","css3","docker","ec2","express","full-stack","html5","hybrid-application","mongodb","mysql","nginx","nginx-proxy","nodejs","restful-api","swagger"],"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/Nuung.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":"2020-07-15T11:40:59.000Z","updated_at":"2023-11-28T05:50:31.000Z","dependencies_parsed_at":"2023-02-18T06:45:41.852Z","dependency_job_id":null,"html_url":"https://github.com/Nuung/DDmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nuung/DDmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nuung%2FDDmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nuung%2FDDmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nuung%2FDDmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nuung%2FDDmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nuung","download_url":"https://codeload.github.com/Nuung/DDmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nuung%2FDDmap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264473897,"owners_count":23613961,"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":["bootstrap4","css3","docker","ec2","express","full-stack","html5","hybrid-application","mongodb","mysql","nginx","nginx-proxy","nodejs","restful-api","swagger"],"created_at":"2025-07-09T14:11:37.295Z","updated_at":"2025-12-30T19:56:18.095Z","avatar_url":"https://github.com/Nuung.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\n[![GitHub issues](https://img.shields.io/github/issues/Nuung/DDmap)](https://github.com/Nuung/DDmap/issues)[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FNuung%2FDDmap\u0026count_bg=%23B3A6FF\u0026title_bg=%23000000\u0026icon=highly.svg\u0026icon_color=%23E7E7E7\u0026title=HITS\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n\n\u003c/div\u003e\n\n\n\n# DDMap\n\u003e 모든 화장실에 대한 모든 것, 대똥여지도 - DDMap\n\n- Quick Project To do : [Click](https://github.com/Nuung/DDmap/projects/1)\n\n\n## Getting Started\n- 시작전 Infra / Stack을 체크하고 환경을 먼저 조성해야 합니다. \n\t- 기본적으로 nodejs, nginx, env, database 모두 환경 설정이 되어야 합니다.\n\n```bash\n\ngit clone https://github.com/Nuung/DDmap.git\ncd ddmap-backend\nsudo npm install\nnpm start # before this line, u have to check out the env! like db pass,,, etc\n\n```\n\n\u003c/br\u003e\n\n------------\n\n\u003c/br\u003e\n\n\n## Design and Architecture about Project\n\n### Mysql ERD\n\n\u003cdiv align = \"center\"\u003e\n\t\u003cimg src=\"https://github.com/Nuung/DDmap/blob/master/dev-note-md/images/ddmap_ERD_v0.1.png\" width=\"70%\" /\u003e\n\u003c/div\u003e\n\n- 초기 모델 v0.1 ERD (2020.06 ~), 이미지와 현재 개발 DB 관계는 다를 수 있음\n\t- 가장 핵심적인 관계는 Toilet table과 review임. 1 : 1 or N의 관계\n\n\n### Architecture\n\n- MVC patten으로 최대한 지향했으며, 최대한 restful하게 하려고 노력함. mysql db가 메인 db로 적절한 사용을 위해 ***ORM으로 sequelize***를 사용함 \n\n\n\u003c/br\u003e\n\n------------\n\n\u003c/br\u003e\n\n\n## Infra / Stack\n\n### AWS EC2 ubuntu 18.0.*\n- free tier\n\n### WebServer(EC2)\n- nginx\n\t- test-frontend forwarding\n\t- /home/ubuntu/projects/ableProject/test-frontend\n\t- reverse proxy server setting (not yet)\n\n- front-end\n\t- HTML5, CSS3 with bootstarp\n\t- vanilla javascript (at first)\n\t- to react.js (to scale up)\n\n### WebApplicationServer(EC2)\n- back-end\n\t- Nodejs \n\t\t- express, resetAPI\n\n### restfulApi Docs(maybe localhost)\n- [swagger](https://github.com/swagger-api/swagger-node)\n\t- ```npm install -g swagger```\n\t- https://swagger.io/specification/\n- But, local 환경 조성은 나중에 할듯,, 우선 swagger hub를 사용!\n\n### DataBase\n- mysql\n- mongoDB\n\n### IDE\n- Visual Studio Code\n\t- sftp\n\n### SSH\n- putty(just in window)\n\t- private key: local download folder\n\n### ETC\n- github\n\n### Open-source\n- Docker (not yet)\n- Elasticsearch (not yet)\n\n\u003cp align=\"center\"\u003e©copyright ALL Copyrights reserved by Hyeonwoo, Jeong\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuung%2Fddmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuung%2Fddmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuung%2Fddmap/lists"}