mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
GitBook: [master] 9 pages modified
This commit is contained in:
parent
d24a90fdb3
commit
a4889fb415
10
SUMMARY.md
10
SUMMARY.md
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
10
api/todos.md
10
api/todos.md
@ -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\)
|
||||
|
||||
|
||||
@ -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" %}
|
||||
Loading…
x
Reference in New Issue
Block a user