mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-27 15:09:07 +00:00
GitBook: [master] 38 pages modified
This commit is contained in:
parent
b6906e3708
commit
768eb1c4c0
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
description: Welcome to the Human-Connection Nitro Documentation.
|
|
||||||
---
|
|
||||||
|
|
||||||
# Let's change the World
|
# Let's change the World
|
||||||
|
|
||||||
## Why do we need HC Nitro?
|
## Why do we need HC Nitro?
|
||||||
|
|||||||
36
SUMMARY.md
36
SUMMARY.md
@ -4,30 +4,30 @@
|
|||||||
|
|
||||||
## Backend
|
## Backend
|
||||||
|
|
||||||
* [Backend Installation](api/installation/README.md)
|
* [Backend Installation](backend/installation/README.md)
|
||||||
* [Configuration](api/installation/configuration.md)
|
* [Configuration](backend/installation/configuration.md)
|
||||||
* [Docker](api/installation/docker.md)
|
* [Docker](backend/installation/docker.md)
|
||||||
* [GraphQL with Apollo](api/graphql-with-apollo/README.md)
|
* [GraphQL with Apollo](backend/graphql-with-apollo/README.md)
|
||||||
* [Mocking](api/graphql-with-apollo/mocking.md)
|
* [Mocking](backend/graphql-with-apollo/mocking.md)
|
||||||
* [Seeding](api/graphql-with-apollo/seeding.md)
|
* [Seeding](backend/graphql-with-apollo/seeding.md)
|
||||||
* [Middleware](api/middleware.md)
|
* [Middleware](backend/middleware.md)
|
||||||
* [Import](api/data-import.md)
|
* [Import](backend/data-import.md)
|
||||||
* [Todo's](api/todos.md)
|
* [Todo's](backend/todos.md)
|
||||||
|
|
||||||
## Web Frontend
|
## Web Frontend
|
||||||
|
|
||||||
* [Web Installation](frontend/installation.md)
|
* [Web Installation](web-frontend/installation.md)
|
||||||
* [Styleguide](frontend/styleguide.md)
|
* [Styleguide](web-frontend/styleguide.md)
|
||||||
* [Todo's](frontend/todos.md)
|
* [Todo's](web-frontend/todos.md)
|
||||||
|
|
||||||
## Workflow
|
## Workflow
|
||||||
|
|
||||||
* [Testing Guide](integration-tests/testing/README.md)
|
* [Testing Guide](workflow/testing/README.md)
|
||||||
* [Integration Testing](integration-tests/testing/integration-testing.md)
|
* [Integration Testing](workflow/testing/integration-testing.md)
|
||||||
* [Component Testing](integration-tests/testing/component-testing.md)
|
* [Component Testing](workflow/testing/component-testing.md)
|
||||||
* [Unit Testing](integration-tests/testing/unit-testing.md)
|
* [Unit Testing](workflow/testing/unit-testing.md)
|
||||||
* [Pull-Requests](integration-tests/pull-requests.md)
|
* [Pull-Requests](workflow/pull-requests.md)
|
||||||
* [Deployment](integration-tests/deployment.md)
|
* [Deployment](workflow/deployment.md)
|
||||||
|
|
||||||
## Recources
|
## Recources
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
description: Our API Layer
|
|
||||||
---
|
|
||||||
|
|
||||||
# GraphQL with Apollo
|
# GraphQL with Apollo
|
||||||
|
|
||||||
GraphQL is a data query language which provides an alternative to REST and ad-hoc web service architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server.
|
GraphQL is a data query language which provides an alternative to REST and ad-hoc web service architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server.
|
||||||
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
description: No Database? No problem!
|
|
||||||
---
|
|
||||||
|
|
||||||
# Mocking
|
# Mocking
|
||||||
|
|
||||||
### Mocking API Results
|
### Mocking API Results
|
||||||
@ -1,6 +1,6 @@
|
|||||||
# Seeding
|
# Seeding
|
||||||
|
|
||||||
### Seeding The Database
|
## Seeding The Database
|
||||||
|
|
||||||
Optionally you can seed the GraphQL service by executing mutations that will write sample data to the database:
|
Optionally you can seed the GraphQL service by executing mutations that will write sample data to the database:
|
||||||
|
|
||||||
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
description: Lets try to install the Human Connection - Nitro Backend
|
|
||||||
---
|
|
||||||
|
|
||||||
# Backend Installation
|
# Backend Installation
|
||||||
|
|
||||||
{% hint style="warning" %}
|
{% hint style="warning" %}
|
||||||
@ -1,10 +1,3 @@
|
|||||||
---
|
|
||||||
description: >-
|
|
||||||
GraphQL Middleware lets you run arbitrary code before or after a resolver is
|
|
||||||
invoked. It improves your code structure by enabling code reuse and a clear
|
|
||||||
separation of concerns.
|
|
||||||
---
|
|
||||||
|
|
||||||
# Middleware
|
# Middleware
|
||||||
|
|
||||||
|
|
||||||
@ -1,5 +1,11 @@
|
|||||||
|
---
|
||||||
|
description: Want to help on the Backend / API part?
|
||||||
|
---
|
||||||
|
|
||||||
# Todo's
|
# Todo's
|
||||||
|
|
||||||
|
Github Issues: [https://github.com/Human-Connection/Nitro-Backend/issues](https://github.com/Human-Connection/Nitro-Backend/issues)
|
||||||
|
|
||||||
* [x] add jwt authentication \(in progress\)
|
* [x] add jwt authentication \(in progress\)
|
||||||
* [ ] get directives working correctly \(@toLower, @auth, @role, etc.\)
|
* [ ] get directives working correctly \(@toLower, @auth, @role, etc.\)
|
||||||
* [ ] check if search is working
|
* [ ] check if search is working
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Todo's
|
|
||||||
|
|
||||||
* [ ]
|
|
||||||
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
description: 'The styleguide is not just a guide, its also our Design System.'
|
|
||||||
---
|
|
||||||
|
|
||||||
# Styleguide
|
# Styleguide
|
||||||
|
|
||||||
For this Projoject we decided to use [Jörg Bayreuther's](https://github.com/visualjerk) _\(visualjerk\)_ fantastic Design System called [CION](https://cion.visualjerk.de/). _\(see a_ [_demo_](https://styleguide.cion.visualjerk.de/)_\)_
|
For this Projoject we decided to use [Jörg Bayreuther's](https://github.com/visualjerk) _\(visualjerk\)_ fantastic Design System called [CION](https://cion.visualjerk.de/). _\(see a_ [_demo_](https://styleguide.cion.visualjerk.de/)_\)_
|
||||||
8
web-frontend/todos.md
Normal file
8
web-frontend/todos.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
description: 'Want to help? Here you finde the recources for the Web part:'
|
||||||
|
---
|
||||||
|
|
||||||
|
# Todo's
|
||||||
|
|
||||||
|
Github Issues: [https://github.com/Human-Connection/Nitro-Web/issues](https://github.com/Human-Connection/Nitro-Web/issues)
|
||||||
|
|
||||||
@ -1,2 +1,4 @@
|
|||||||
# Deployment
|
# Deployment
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,2 +1,4 @@
|
|||||||
# Pull-Requests
|
# Pull-Requests
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
description: Explaniation of the main three testing approaches.
|
|
||||||
---
|
|
||||||
|
|
||||||
# Testing Guide
|
# Testing Guide
|
||||||
|
|
||||||
## [Integration Testing](integration-testing.md)
|
## [Integration Testing](integration-testing.md)
|
||||||
@ -1,2 +1,4 @@
|
|||||||
# Component Testing
|
# Component Testing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,9 +1,3 @@
|
|||||||
---
|
|
||||||
description: >-
|
|
||||||
Here you can find information on how we are testing the whole application
|
|
||||||
automaicaly.
|
|
||||||
---
|
|
||||||
|
|
||||||
# Integration Testing
|
# Integration Testing
|
||||||
|
|
||||||
## Install Cypress
|
## Install Cypress
|
||||||
@ -1,2 +1,4 @@
|
|||||||
# Unit Testing
|
# Unit Testing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user