{"id":14971475,"url":"https://github.com/ustart-dev/ustart","last_synced_at":"2025-10-26T15:30:42.902Z","repository":{"id":34909246,"uuid":"181081425","full_name":"ustart-dev/ustart","owner":"ustart-dev","description":"NodeJS framework for building GraphQL backends using Apollo, Sequelize, Mongoose, Graphql shield and other great tools","archived":true,"fork":false,"pushed_at":"2023-01-04T21:44:10.000Z","size":3734,"stargazers_count":4,"open_issues_count":22,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T05:26:06.619Z","etag":null,"topics":["apollo","graphql","graphql-shield","mongoose","sequelize"],"latest_commit_sha":null,"homepage":"https://ustart.dev","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-04-12T20:48:09.000Z","updated_at":"2024-06-13T14:46:02.000Z","dependencies_parsed_at":"2023-01-15T10:12:43.590Z","dependency_job_id":null,"html_url":"https://github.com/ustart-dev/ustart","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustart-dev%2Fustart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ustart-dev","download_url":"https://codeload.github.com/ustart-dev/ustart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238357372,"owners_count":19458561,"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":["apollo","graphql","graphql-shield","mongoose","sequelize"],"created_at":"2024-09-24T13:45:15.570Z","updated_at":"2025-10-26T15:30:42.426Z","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","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fustart-dev%2Fustart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fustart-dev%2Fustart/lists"}