{"id":17002962,"url":"https://github.com/50-course/udacity-cloud-developer","last_synced_at":"2026-04-10T13:31:21.801Z","repository":{"id":161569227,"uuid":"522273411","full_name":"50-Course/udacity-cloud-developer","owner":"50-Course","description":":cloud: Udacity Cloud Developer Nanodegree Program","archived":false,"fork":false,"pushed_at":"2022-08-12T10:18:45.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:25:55.550Z","etag":null,"topics":[],"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/50-Course.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":"2022-08-07T17:03:20.000Z","updated_at":"2022-08-07T18:00:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"adb59d48-1b7b-4d33-8af9-a708e4ab91dc","html_url":"https://github.com/50-Course/udacity-cloud-developer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/50-Course/udacity-cloud-developer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/50-Course%2Fudacity-cloud-developer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/50-Course%2Fudacity-cloud-developer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/50-Course%2Fudacity-cloud-developer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/50-Course%2Fudacity-cloud-developer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/50-Course","download_url":"https://codeload.github.com/50-Course/udacity-cloud-developer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/50-Course%2Fudacity-cloud-developer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":[],"created_at":"2024-10-14T04:29:28.234Z","updated_at":"2026-04-10T13:31:21.794Z","avatar_url":"https://github.com/50-Course.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# udacity-c2-basic-server\n\nThis is a simple node-express server to explore and understand the Request-Response pattern.\n\n***\n## Getting Setup\n\n### Installing project dependencies\n\nThis project uses NPM to manage software dependencies. NPM Relies on the package.json file located in the root of this repository. After cloning, open your terminal and run:\n```bash\nnpm install\n```\n\u003e_tip_: **npm i** is shorthand for **npm install**\n\n### Installing useful tools\n#### 1. [Postbird](https://github.com/paxa/postbird)\nPostbird is a useful client GUI (graphical user interface) to interact with our provisioned Postgres database. We can establish a remote connection and complete actions like viewing data and changing schema (tables, columns, ect).\n\n#### 2. [Postman](https://www.getpostman.com/downloads/)\nPostman is a useful tool to issue and save requests. Postman can create GET, PUT, POST, etc. requests complete with bodies. It can also be used to test endpoints automatically. We've included a collection (`./udacity-c2-restapi.postman_collection.json `) which contains example requsts.\n\n***\n\n## Running the Server Locally\nTo run the server locally in developer mode, open terminal and run:\n```bash\nnpm run dev\n```\n\nDeveloper mode runs off the TypeScript source. Any saves will reset the server and run the latest version of the codebase. \n\n***\n## Important Files and Project Structure\n\nThe source code for this demo resides in the ./src directory.\n\n### src/server.ts\nThe main code for this demo is located in the ./src/server.ts file. This includes \n\n### src/cars.ts\nThis is a javascript object containing a list of cars. This will be useful for providing data for our simple endpoints.\n\n### src/unit-test-examples/\nThis directory contains some simple unit functions (`units.ts`) and corresponding tests using Mocha and Chai (`units.tests.ts`).\n\n***\n# Tasks\n1. @TODO `./src/server.ts/`\nAdd an endpoint to GET a list of cars.\n\n2. @TODO `./src/server.ts/` \nAdd an endpoint to get a specific car.\n\n3. @TODO `./src/server.ts/` \nAdd an endpoint to post a new car to our list.\n\n4. @TODO `./src/unit-test-examples/units.ts`\nTry creating a method \"concat\" to concatenate two strings.\n\n5. @TODO `./src/unit-test-examples/units.tests.ts`\nTry creating a new describe block for the \"concat\" method.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F50-course%2Fudacity-cloud-developer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F50-course%2Fudacity-cloud-developer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F50-course%2Fudacity-cloud-developer/lists"}