FredericHeem/starhackit

View on GitHub
README.md

Summary

Maintainability
Test Coverage
<img alt="Starhack" src="./client/src/app_public/landing/img/starhackit-logo-text.png" height="250">

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