GitBook: [master] 9 pages modified

This commit is contained in:
Grzegorz Leoniec 2018-11-16 12:20:24 +00:00 committed by gitbook-bot
parent d24a90fdb3
commit a4889fb415
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
6 changed files with 31 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* [Let's change the World](README.md)
## API
## Backend
* [Backend Installation](api/installation/README.md)
* [Configuration](api/installation/configuration.md)
@ -14,11 +14,11 @@
* [Import](api/data-import.md)
* [Todo's](api/todos.md)
## Web UI
## Web Frontend
* [Web Installation](ui/installation.md)
* [Styleguide](ui/styleguide.md)
* [Todo's](ui/todos.md)
* [Web Installation](frontend/installation.md)
* [Styleguide](frontend/styleguide.md)
* [Todo's](frontend/todos.md)
## Workflow

View File

@ -4,6 +4,15 @@ description: Lets try to install the Human Connection - Nitro Backend
# Backend Installation
### Clone Repository
The Backend Repository can be found on github.
[https://github.com/Human-Connection/Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend)
```bash
git@github.com:Human-Connection/Nitro-Backend.git
```
### Copy Environment Variables
```bash

View File

@ -3,9 +3,15 @@
* [x] add jwt authentication \(in progress\)
* [ ] get directives working correctly \(@toLower, @auth, @role, etc.\)
* [ ] check if search is working
* [ ] check if sorting is working
* [x] check if sorting is working
> There is currenty an issue with neasted data which will be fixed in the next weeks
* [x] check if pagination is working
* [ ] check if upload is working \(using graphql-yoga?\)
* [ ] check if upload is working
> is possible with graphql-yoga
* [x] evaluate middleware
* [ ] ignore Posts and Comments by blacklisted Users \(in progress\)

View File

@ -1,5 +1,14 @@
# Web Installation
### Clone Repository
The Frontend Repository can be found on github.
[https://github.com/Human-Connection/Nitro-Web](https://github.com/Human-Connection/Nitro-Web)
```bash
git@github.com:Human-Connection/Nitro-Web.git
```
### Install Dependencies
{% hint style="danger" %}