{"id":23181240,"url":"https://github.com/veresdavid/address-app","last_synced_at":"2026-04-14T04:01:42.791Z","repository":{"id":51745826,"uuid":"204066007","full_name":"veresdavid/address-app","owner":"veresdavid","description":"A small dockerized application, that can store users and their addresses.","archived":false,"fork":false,"pushed_at":"2022-12-11T03:04:41.000Z","size":36,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T03:14:14.645Z","etag":null,"topics":["docker","docker-compose","express","mongodb","nodejs"],"latest_commit_sha":null,"homepage":null,"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/veresdavid.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":"2019-08-23T20:31:21.000Z","updated_at":"2019-08-23T20:34:23.000Z","dependencies_parsed_at":"2023-01-26T14:45:14.444Z","dependency_job_id":null,"html_url":"https://github.com/veresdavid/address-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/veresdavid/address-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veresdavid%2Faddress-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veresdavid%2Faddress-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veresdavid%2Faddress-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veresdavid%2Faddress-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veresdavid","download_url":"https://codeload.github.com/veresdavid/address-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veresdavid%2Faddress-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["docker","docker-compose","express","mongodb","nodejs"],"created_at":"2024-12-18T08:14:58.861Z","updated_at":"2026-04-14T04:01:42.776Z","avatar_url":"https://github.com/veresdavid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Address App\nA small dockerized application, that can store users and their addresses.\n\n## Tech stack\nThe tech stack consists of the following things:\n* NodeJs\n* Express\n* MongoDB\n* Mongoose\n* Docker\n\n## How to start the app\nTo spin up the application, you have to type the following command in the root directory of this app:\n```\ndocker-compose up\n```\n\n## The running application\nIf you spin up the app, it runs the following docker services:\n* A MongoDB instance on port 27017.\n* A MongoDB Express app on port 8081. You can view your databases, collections and documents with this webapp.\n* An Express-based REST API running on port 3000. This is the main application.\n\n## Endpoints\nThe application has several endpoints. These are the following:\n* `GET /users` : lists all the saved users\n* `GET /users/:userId` : gets a user with the given id\n* `POST /users` : saves a new user based on the posted request body\n* `PUT /users/:userId` : updates the user with the given id, to the data posted in the request body\n* `DELETE /users/:userId` : deletes the user with the given id\n* `GET /users/:userId/addresses` : lists all the addresses attached to the user with the given id\n* `POST /users/:userId/addresses` : creates and/or attaches a new address to the user with the given id\n* `GET /users/:userId/addresse/:addressId` : gets an address attached to a user with the given address and user id","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveresdavid%2Faddress-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveresdavid%2Faddress-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveresdavid%2Faddress-app/lists"}