{"id":25808173,"url":"https://github.com/nullstone-io/node-express-quickstart","last_synced_at":"2025-07-08T07:34:31.425Z","repository":{"id":38067212,"uuid":"486785055","full_name":"nullstone-io/node-express-quickstart","owner":"nullstone-io","description":"Node Express Quickstart for Nullstone","archived":false,"fork":false,"pushed_at":"2025-03-04T15:36:28.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T08:58:39.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullstone-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-29T00:10:14.000Z","updated_at":"2025-03-04T15:36:32.000Z","dependencies_parsed_at":"2025-02-27T21:59:51.986Z","dependency_job_id":"94c1af69-9512-4f07-a58c-6da318eea086","html_url":"https://github.com/nullstone-io/node-express-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nullstone-io/node-express-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fnode-express-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fnode-express-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fnode-express-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fnode-express-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullstone-io","download_url":"https://codeload.github.com/nullstone-io/node-express-quickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fnode-express-quickstart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264222169,"owners_count":23575189,"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":[],"created_at":"2025-02-27T21:59:31.772Z","updated_at":"2025-07-08T07:34:31.404Z","avatar_url":"https://github.com/nullstone-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Express Quickstart\n\nThis is a Node Express Quickstart for [Nullstone](https://nullstone.io).\nThis is based on the Express official [Hello World](https://expressjs.com/en/starter/hello-world.html).\n\nThis uses the Nullstone official [nullstone/node](https://hub.docker.com/repository/docker/nullstone/node) image.\n\n## How to launch via Nullstone\n\n1. Create a public web app. (Remember `app-name` for later)\n2. Provision\n  ```shell\n  nullstone up --wait --block=\u003capp-name\u003e --env=\u003cenv-name\u003e\n  ```\n3. Build, push, and deploy\n  ```shell\n  docker build -t express .\n  nullstone launch --source=express --app=\u003capp-name\u003e --env=\u003cenv-name\u003e\n  ```\n\n## How to run locally\n\nYou can run this project locally inside Docker or using node alone.\nTo use docker, this project contains `docker-compose.yml` that runs with `NODE_ENV=development`.\nThis setup ensures that using Docker doesn't inhibit typical development workflows:\n- Dependencies are installed on boot of docker container\n\n```shell\ndocker compose up\n```\n\nVisit [http://localhost:9000](http://localhost:9000).\n\n### Update dependencies\n\nAny time you change `package.json`, you need to update your dependencies.\nThe dependencies will be installed on boot of the docker container; restart the container to update.\n\n```shell\ndocker compose restart app\n```\n\n## Details about quickstart\n\nThis app was generated following these steps.\n1. `yarn init`\n2. `yarn add express`\n3. Copy `app.js` from Hello World example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-io%2Fnode-express-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullstone-io%2Fnode-express-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-io%2Fnode-express-quickstart/lists"}