{"id":21135277,"url":"https://github.com/cloneofsimo/nestjstut","last_synced_at":"2026-07-06T21:31:13.923Z","repository":{"id":43217921,"uuid":"464200475","full_name":"cloneofsimo/nestjstut","owner":"cloneofsimo","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-12T19:46:03.000Z","size":381,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T04:52:34.060Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cloneofsimo.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":"2022-02-27T17:09:15.000Z","updated_at":"2022-02-27T17:09:21.000Z","dependencies_parsed_at":"2022-08-03T15:19:16.108Z","dependency_job_id":null,"html_url":"https://github.com/cloneofsimo/nestjstut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloneofsimo/nestjstut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloneofsimo%2Fnestjstut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloneofsimo%2Fnestjstut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloneofsimo%2Fnestjstut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloneofsimo%2Fnestjstut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloneofsimo","download_url":"https://codeload.github.com/cloneofsimo/nestjstut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloneofsimo%2Fnestjstut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35206987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-20T06:48:01.845Z","updated_at":"2026-07-06T21:31:13.505Z","avatar_url":"https://github.com/cloneofsimo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Going Over NestJS tutorial from John Ahn\n\nhttps://www.youtube.com/watch?v=3JminDpCJNE\u0026t=17376s\n\nI want to be a NestJS expert someday!\n\n# Modification from original Tutorial\n\n## Swagger UI\n\nAdding Swagger UI to the project with NestJS, was helped by this post: https://jhyeok.com/nestjs-swagger/\n\nValidation Pipe, Class Validator\n\n## Postgres with local Docker in Linux os\n\nTips:\n\nhttps://pagertree.com/2020/01/06/docker-cheat-sheet/\n\nLargely followed:\n\nhttps://towardsdatascience.com/local-development-set-up-of-postgresql-with-docker-c022632f13ea\n\n1. pull postgres image from https://hub.docker.com/_/postgres.\n\n2. `sudo docker run -d --name new_postgres -e POSTGRES_PASSWORD=mumumama -p 5432:5432 postgres`\n\n3. `sudo docker run -p 8080:80 -e 'PGADMIN_DEFAULT_EMAIL=cloneofsimo@gmail.com' -e 'PGADMIN_DEFAULT_PASSWORD=cloneofsimo' --name dev-pgadmin -d dpage/pgadmin4`\n\n4. `sudo docker inspect new_postgres -f \"{{json .NetworkSettings.Networks }}\"`\n\n## CLIs\n\n`nest g module X`\n\n`nest g controller auth --no-spec`\n\n`nest g service auth --no-spec`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloneofsimo%2Fnestjstut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloneofsimo%2Fnestjstut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloneofsimo%2Fnestjstut/lists"}