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: 2 months ago
JSON representation

StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud

Lists

README

        

Starhack

# 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)