{"id":20806841,"url":"https://github.com/amoghmadan/javascript-express-graphql-starter","last_synced_at":"2025-05-07T05:06:37.213Z","repository":{"id":42727163,"uuid":"284277237","full_name":"amoghmadan/JavaScript-Express-GraphQL-Starter","owner":"amoghmadan","description":"Kick-starter to your GraphQL application.","archived":false,"fork":false,"pushed_at":"2024-03-29T18:31:40.000Z","size":296,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T05:06:31.111Z","etag":null,"topics":["docker","express","graphql","javascript","mongoose","node","supertest"],"latest_commit_sha":null,"homepage":"https://github.com/amoghmadan/JavaScript-Express-GraphQL-Starter","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/amoghmadan.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}},"created_at":"2020-08-01T14:36:51.000Z","updated_at":"2024-04-15T11:31:14.000Z","dependencies_parsed_at":"2024-02-24T20:23:57.368Z","dependency_job_id":"a0ba033b-1411-4393-b6c5-2694142392bd","html_url":"https://github.com/amoghmadan/JavaScript-Express-GraphQL-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-GraphQL-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-GraphQL-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-GraphQL-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-GraphQL-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amoghmadan","download_url":"https://codeload.github.com/amoghmadan/JavaScript-Express-GraphQL-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817010,"owners_count":21808705,"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":["docker","express","graphql","javascript","mongoose","node","supertest"],"created_at":"2024-11-17T19:27:34.039Z","updated_at":"2025-05-07T05:06:37.208Z","avatar_url":"https://github.com/amoghmadan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript-Express-GraphQL-Starter\n\nKick-starter to your GraphQL application.\n\n`Node`, `Express`, `MongoDB`, `CLI` and more.\n\n## Introduction\n\nThe project is a skeleton for an experss application and the way I like to configure it.\n\nThis structure is in no way a perfect fit all the projects, but might be a great fit for most big applications.\n\nIt contains login, logout and details for accounts, using custom token generation. The CLI provides user creation using commands and password change functionality as well.\n\n## How to setup?\n\n- Clone this project. PS: Delete the package-lock.json. You might want to rename the name \u0026 author in package.json and maintainer in Dockerfile.\n- Run: -\n  ```bash\n  npm i --location=project\n  ```\n- Add an environemnt file `.env` to the root of the project and set GRAPHIQL \u0026 MONGODB_URI. Typically: -\n  ```\n  GRAPHIQL = true  // Only in development environment\n  MONGODB_URI = mongodb://127.0.0.1:27017/\u003cappname\u003e\n  ```\n- Create an admin user: -\n  ```bash\n  npm run dev createsuperuser\n  ```\n- Run the development server: -\n  ```bash\n  npm run dev bootstrap\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Fjavascript-express-graphql-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoghmadan%2Fjavascript-express-graphql-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Fjavascript-express-graphql-starter/lists"}