{"id":18474286,"url":"https://github.com/dimimikadze/es6-node-starter","last_synced_at":"2025-04-08T12:32:11.262Z","repository":{"id":99287153,"uuid":"61661647","full_name":"DimiMikadze/es6-node-starter","owner":"DimiMikadze","description":"ES6/7 Node starter kit with built in Rest API authentication","archived":false,"fork":false,"pushed_at":"2016-06-21T19:40:20.000Z","size":1314,"stargazers_count":27,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T12:41:27.768Z","etag":null,"topics":["authentication","express","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DimiMikadze.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-06-21T19:35:39.000Z","updated_at":"2023-05-07T19:45:21.000Z","dependencies_parsed_at":"2023-07-17T23:30:11.826Z","dependency_job_id":null,"html_url":"https://github.com/DimiMikadze/es6-node-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Fes6-node-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Fes6-node-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Fes6-node-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Fes6-node-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimiMikadze","download_url":"https://codeload.github.com/DimiMikadze/es6-node-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247842746,"owners_count":21005340,"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":["authentication","express","nodejs"],"created_at":"2024-11-06T10:28:56.198Z","updated_at":"2025-04-08T12:32:11.257Z","avatar_url":"https://github.com/DimiMikadze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ES6/7 Node starter kit with built in Rest API authentication\n\n## Features\n\n- Babel configuration\n- Nodemon for automatically restart the dev server\n- Production environment configuration\n- Built in rest API authentication\n- MongoDB configuration\n- Linting with Airbnb eslint configuration\n\n## Preview\n\n![Preview](preview.gif?raw=true \"Preview\")\n\n## Getting Started\n\nClone Repo\n\n````\ngit clone https://github.com/DimitriMikadze/es6-node-starter.git\n````\n\nnpm install dependencies\n\n````\ncd es6-node-starter\n\nnpm install\n````\n\n### Start MongoDB\n\n````\nmongod\n````\n\n### Start development server\n\n````\nnpm run dev\n````\n\n### Linting\n\nFor linting i'm using Eslint with Airbnb Eslint configuration\n\n````\nnpm run lint\n````\n\n### Production\n\nBuild for production\n\n````\nnpm run build\n````\n\nStart production server\n\n````\nnpm run start\n````\n\nNote: I'm using pm2 for production server, you should install it on server via 'npm install pm2 -g'.\nif you don't want to use pm2, just change pm2 with node in package.json file in scripts section.\n\n### Contributing\n\ncontributions are welcome!\n\n### License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimimikadze%2Fes6-node-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimimikadze%2Fes6-node-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimimikadze%2Fes6-node-starter/lists"}