{"id":20806838,"url":"https://github.com/amoghmadan/javascript-express-rest-starter","last_synced_at":"2025-10-29T17:09:32.804Z","repository":{"id":42841346,"uuid":"257558232","full_name":"amoghmadan/JavaScript-Express-REST-Starter","owner":"amoghmadan","description":" Kick-starter to your REST application.","archived":false,"fork":false,"pushed_at":"2024-12-03T11:17:28.000Z","size":538,"stargazers_count":7,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T05:06:38.114Z","etag":null,"topics":["docker","express","javascript","jest","mongoose","node","rest-api","sequelize","supertest"],"latest_commit_sha":null,"homepage":"https://github.com/amoghmadan/JavaScript-Express-REST-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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-21T10:22:30.000Z","updated_at":"2024-12-28T18:45:26.000Z","dependencies_parsed_at":"2024-01-04T09:37:40.460Z","dependency_job_id":"2a69d4d6-633c-4e60-a260-b524a49ce14b","html_url":"https://github.com/amoghmadan/JavaScript-Express-REST-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/amoghmadan/JavaScript-Express-REST-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-REST-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-REST-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-REST-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-REST-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amoghmadan","download_url":"https://codeload.github.com/amoghmadan/JavaScript-Express-REST-Starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FJavaScript-Express-REST-Starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269672003,"owners_count":24457110,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","express","javascript","jest","mongoose","node","rest-api","sequelize","supertest"],"created_at":"2024-11-17T19:27:31.872Z","updated_at":"2025-10-29T17:09:27.757Z","avatar_url":"https://github.com/amoghmadan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript-Express-REST-Starter\n\nKick-starter to your REST 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 your MONGODB_URI. Typically: -\n  ```\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-rest-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoghmadan%2Fjavascript-express-rest-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Fjavascript-express-rest-starter/lists"}