{"id":18277767,"url":"https://github.com/sxsid/docker1","last_synced_at":"2026-05-08T17:40:26.824Z","repository":{"id":250006792,"uuid":"832810959","full_name":"SXsid/Docker1","owner":"SXsid","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-25T16:05:46.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T04:36:33.702Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","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/SXsid.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}},"created_at":"2024-07-23T19:12:54.000Z","updated_at":"2024-07-25T16:05:49.000Z","dependencies_parsed_at":"2024-12-22T18:44:08.918Z","dependency_job_id":"58128f11-41fb-4fa5-9adc-7e62128b990e","html_url":"https://github.com/SXsid/Docker1","commit_stats":null,"previous_names":["sxsid/docker1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SXsid/Docker1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SXsid%2FDocker1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SXsid%2FDocker1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SXsid%2FDocker1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SXsid%2FDocker1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SXsid","download_url":"https://codeload.github.com/SXsid/Docker1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SXsid%2FDocker1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32791180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["docker","docker-compose"],"created_at":"2024-11-05T12:20:51.109Z","updated_at":"2026-05-08T17:40:26.764Z","avatar_url":"https://github.com/SXsid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Dockerized Application\n\nThis repository contains a basic Dockerized application that can be used for testing purposes. Follow the instructions below to set up and test the application.\n\n## To Test\n\n### Prerequisites\n- Docker installed on your machine\n- A PostgreSQL database URL\n\n### Steps\n\n1. **Pull the Docker image:**\n\n    ```sh\n    docker pull shekharx/basic:latest\n    ```\n\n2. **Run the Docker container:**\n\n    ```sh\n    docker run -d -e DATABASE_URL=\"put your postgres URL here\" -p 3000:3000 shekharx/basic\n    ```\n\n### Testing the Application\n\n1. **GET Route:**\n\n    Open your web browser or use a tool like `curl` to test the GET route:\n\n    ```sh\n    curl http://localhost:3000\n    ```\n\n2. **POST Route:**\n\n    Use Postman or a similar tool to send a POST request with a unique email and name:\n\n    - **URL:** `http://localhost:3000`\n    - **Method:** `POST`\n\n    - **Body:**\n\n    ```json\n    {\n        \"email\": \"unique-email@example.com\",\n        \"name\": \"Your Name\"\n    }\n    ```\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsxsid%2Fdocker1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsxsid%2Fdocker1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsxsid%2Fdocker1/lists"}