Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredericheem/starhackit
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud
https://github.com/fredericheem/starhackit
authentication authorization docker fullstack iac infrastructure-as-code kubernetes mobx sql
Last synced: about 1 month ago
JSON representation
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud
- Host: GitHub
- URL: https://github.com/fredericheem/starhackit
- Owner: FredericHeem
- License: unlicense
- Created: 2015-10-13T12:43:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T22:03:42.000Z (11 months ago)
- Last Synced: 2024-10-15T00:23:43.511Z (about 1 month ago)
- Topics: authentication, authorization, docker, fullstack, iac, infrastructure-as-code, kubernetes, mobx, sql
- Language: JavaScript
- Homepage:
- Size: 6.24 MB
- Stars: 1,279
- Watchers: 52
- Forks: 184
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StarHackIt
StarHackIt is a fullstack starter kit composed of:
- [React web frontend](client/README.md)
- [Node backend](server/README.md)
- [React native mobile app ](mobile/README.md)
- [Infrastructure as code with GruCloud](deploy/grucloud-aws/README.md)
- [Deployment by Ansible with docker images](deploy/playbook/README.md)See the [online documentation](https://fredericheem.gitbook.io/starhackit/) on gitbook
Fullstack web application starter kit written in modern Javascript with react and node.js with the following features:
- Authentication: username/password, facebook, google authentication etc ...
- Authorization: scheme using user, group and permission
- Scalable by using a micro services based architecture, a.k.a message queues
- Relational database: postgres, mysql, sqlite, mssql etc, ...## Dev Technologies
- [GruCloud](https://grucloud.com/): Deploy and Destroy infrastructure with Javascript
- [Docker](https://www.docker.com/): Debug your app, not your environment
- [Mocha](http://mochajs.org/): test framework.
- [Karma](https://karma-runner.github.io): a productive testing environment to developers
- [Nightwatch](http://nightwatchjs.org/): End-to-End tests in Node.js quickly and effortlessly that run against a Selenium server
- [Sinon](http://sinonjs.org/): test spies, stubs and mocks.
- [Eslint](http://eslint.org/): The pluggable linting utility for JavaScript and JSX.
- [Travis](https://travis-ci.org/): Test and deploy. [![Build Status](https://travis-ci.org/FredericHeem/starhackit.svg?branch=master)](https://travis-ci.org/FredericHeem/starhackit)
- [NYC](https://github.com/istanbuljs/nyc): Code coverage
- [![Greenkeeper badge](https://badges.greenkeeper.io/FredericHeem/starhackit.svg)](https://greenkeeper.io/)> The frontend and the backend are two separate projects with their own set of dependencies. One can use the frontend with another existing backend, or use the backend with another frontend stack.
# License
See [LICENSE](LICENSE)
# Author
Crafted with passion by [Frederic Heem](https://github.com/FredericHeem)