{"id":21839196,"url":"https://github.com/ustart-dev/ustart-scripts","last_synced_at":"2025-07-20T17:31:51.435Z","repository":{"id":41772860,"uuid":"204714720","full_name":"ustart-dev/ustart-scripts","owner":"ustart-dev","description":null,"archived":true,"fork":false,"pushed_at":"2022-12-11T03:28:59.000Z","size":724,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T15:22:02.387Z","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/ustart-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-27T13:56:41.000Z","updated_at":"2024-06-13T14:51:05.000Z","dependencies_parsed_at":"2023-01-26T15:31:51.950Z","dependency_job_id":null,"html_url":"https://github.com/ustart-dev/ustart-scripts","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ustart-dev/ustart-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ustart-dev","download_url":"https://codeload.github.com/ustart-dev/ustart-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart-scripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266165482,"owners_count":23886621,"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":"2024-11-27T21:16:35.416Z","updated_at":"2025-07-20T17:31:51.126Z","avatar_url":"https://github.com/ustart-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uStart\n\nuStart is a NodeJS framework for building GraphQL backends using Apollo, Sequelize, Mongoose and other great tools. Check out our site [ustart.dev](https://ustart.dev).\n\n## Getting started\n\nEnsure you have the latest [Node](https://nodejs.org/en/download/) installed\n\n\u003e You have to be on Node \u003e= 8.x\n\nCreate a new folder for your project\n```shell\nmkdir awesome-project\ncd awesome-project\n```\n\nInitialize with the ustart CLI. This will create the project structure and\ninstall all NPM dependencies for you\n```shell\nnpx ustart-cli init\n```\n\nWe use `npx` to avoid global installation of the CLI. Once npx finish the `ustart-cli` will be available as a local package by typing `npx ustart \u003ccommand\u003e`.\n\n## Verfying Installation\n\nRun your project\n```shell\nnpm run start\n```\n\nIf everything has gone well your console will log:\n```\nNODE_ENV: development\nServer is running on http://localhost:4000\n```\n\nGood, that means you have running the playground on `localhost` port `4000`.\n\nExecute your first query. Open your browser and open [localhost:4000](http://localhost:4000), go to the left panel and type:\n```graphql\nquery {\n  hello\n}\n```\n\nPress the play icon in the middle of both panels, then the right panel should show:\n```graphql\n\"data\": {\n  \"hello\": \"Hello there, everything is right. You can keep reading the docs!\"\n}\n```\n\nIf the response is the same you are ready to play!.\n\nGo and try our first example on [ustart.dev](https://ustart.dev/docs/first-example-1).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fustart-dev%2Fustart-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fustart-dev%2Fustart-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fustart-dev%2Fustart-scripts/lists"}