{"id":20426534,"url":"https://github.com/futurestudio/hapi-rethinkdb-dash","last_synced_at":"2025-06-18T18:39:53.784Z","repository":{"id":29585414,"uuid":"33125264","full_name":"futurestudio/hapi-rethinkdb-dash","owner":"futurestudio","description":"NOT MAINTAINED. Account boilerplate based on hapi and RethinkDB","archived":false,"fork":false,"pushed_at":"2019-01-22T22:00:08.000Z","size":137,"stargazers_count":31,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T19:08:50.914Z","etag":null,"topics":["boilerplate","hapi","nodejs","rethinkdb","thinky"],"latest_commit_sha":null,"homepage":"https://futurestud.io/","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/futurestudio.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}},"created_at":"2015-03-30T13:39:19.000Z","updated_at":"2022-02-21T14:52:25.000Z","dependencies_parsed_at":"2022-09-03T18:11:33.473Z","dependency_job_id":null,"html_url":"https://github.com/futurestudio/hapi-rethinkdb-dash","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/futurestudio%2Fhapi-rethinkdb-dash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurestudio%2Fhapi-rethinkdb-dash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurestudio%2Fhapi-rethinkdb-dash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurestudio%2Fhapi-rethinkdb-dash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/futurestudio","download_url":"https://codeload.github.com/futurestudio/hapi-rethinkdb-dash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618277,"owners_count":21134200,"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":["boilerplate","hapi","nodejs","rethinkdb","thinky"],"created_at":"2024-11-15T07:16:50.624Z","updated_at":"2025-04-12T19:08:57.529Z","avatar_url":"https://github.com/futurestudio.png","language":"JavaScript","readme":"hapi RethinkDB Dash\n==========================\n\nYour Node.js boilerplate based on [hapi](http://hapijs.com/) and [RethinkDB](https://rethinkdb.com/).\n\n[![Build Status](https://semaphoreci.com/api/v1/futurestudio/hapi-rethinkdb-dash/branches/develop/badge.svg)](https://semaphoreci.com/futurestudio/hapi-rethinkdb-dash)\n[![Known Vulnerabilities](https://snyk.io/test/github/fs-opensource/hapi-rethinkdb-dash/badge.svg)](https://snyk.io/test/github/fs-opensource/hapi-rethinkdb-dash)\n\n\n## Futureflix\n`hapi-rethinkdb-dash` is outdated and currently unmaintained. You can still benefit from the ideas within this code.\n\nWe started **[learn hapi](http://learnhapi.com) as a learning path for the hapi web framework**. Become a hapi hero by following the tutorial series. \n\n\u003cp\u003e\n  \u003ca href=\"http://learnhapi.com\"\u003e\t\n    \u003cimg src=\"https://futurestud.io/images/badges/hapi-hero-md.svg\" height=\"30\" /\u003e\t\n  \u003c/a\u003e\n\u003c/p\u003e\n\nYou’ll build a complete app from start to finish. From zero to hero!\n\nCheck out the [Futureflix Starter Kit](https://github.com/fs-opensource/futureflix-starter-kit) for more details :tv:\n\n\n-----\n\n\n## Project Overview\nThis is a project boilerplate based on Node.js and RethinkDB. It reduces the initial effort which comes for every project. You can start with the fun things and skip the implementation of an account system (for the 25th time).\n\nDevelopment of Hapi-RethinkDB-Dash is ongoing and we plan to implement new features over time. The following list depicts the already available features\n\n- Accounts\n    - Create new Accounts (Email/Password)\n    - Login\n    - Edit account information (Name, Homepage)\n    - Change Password\n    - Delete Account\n- Environment-based database access\n    - different DBs for development, testing and production environments (per NODE_ENV)\n- Test Coverage\n\n\n## Stack\nHapi-RethinkDB-Dash requires\n\n- Node.js\n- RethinkDB\n\nBesides the core technologies it uses the following components (this list is very likely incomplete):\n\n- [hapi](https://hapijs.com/) — Node.js web framework\n- [RethinkDB](https://rethinkdb.com/) — Open-Source database for the realtime web\n- [Handlebars](http://handlebarsjs.com/) — HTML templating engine\n- [bcrypt](https://www.npmjs.com/package/bcrypt) — For password encryption\n- [Twitter Bootstrap v3](http://getbootstrap.com/) — UI component \u0026 layout library\n- [Lab](https://github.com/hapijs/lab) — Node.js testing framework\n\n\n## Configuration \u0026 Install\nInstall Node.js and RethinkDB before usage.\n\n```bash\ngit clone git@github.com:fs-opensource/hapi-rethinkdb-dash.git\ncd hapi-rethinkdb-dash\nnpm install\n```\n\nThe **database configuration** is placed in `server/config/database.js`.\n\n```bash\nnano server/config/database.js\n```\n\nCurrently this project does not use any handlebars helpers. That's why git deletes the `helpers` folder from within the `views` folder. Enabling helper classes requires you to uncomment the respective line in `server/config/settings.js`.\n\nThe password reset functionality requires a valid mail configuration. Change the `email` and `baseUrl` settings to make things work.\n\n```bash\nnano server/config/settings.js\n```\n\nStart server\n\n```bash\nnode server\n```\n\nEverything went smooth? Visit\n\n```bash\nlocalhost:3000\n```\n\n\n## Tests\nRun tests with\n\n```bash\nnpm test\n```\n\n\n## Contributions\nWe very warmly welcome any contributions. If it's bugs, feature requests or implementation, we enjoy feedback :)\n\n    The MIT License (MIT)\n\n    Copyright (c) 2015 Future Studio\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturestudio%2Fhapi-rethinkdb-dash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuturestudio%2Fhapi-rethinkdb-dash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturestudio%2Fhapi-rethinkdb-dash/lists"}