# README

![Starhack](/files/-M2h1ty_d544INFLPCdY)

## StarHackIt

StarHackIt is a fullstack starter kit composed of:

* [React web frontend](/starhackit/frontend/client.md)
* [Node backend](/starhackit/backend/server.md)
* [React native mobile app ](https://github.com/FredericHeem/starhackit/tree/0fbddaf0cb1e78d88988e6b3c5d66da8fafc769d/mobile/README.md)
* [Infrastructure as code with GruCloud](https://github.com/FredericHeem/starhackit/tree/0fbddaf0cb1e78d88988e6b3c5d66da8fafc769d/deploy/grucloud-aws/README.md)
* [Deployment by Ansible with docker images](/starhackit/deployment/playbook.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](https://github.com/FredericHeem/starhackit/tree/0fbddaf0cb1e78d88988e6b3c5d66da8fafc769d/LICENSE/README.md)

## Author

Crafted with passion by [Frederic Heem](https://github.com/FredericHeem)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fredericheem.gitbook.io/starhackit/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
