You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,17 @@ The API for a better world. More information under [human-connection.org](https:
14
14
15
15
> **Note:** This is only the API part of Human-Connection, you have to also checkout the [WebApp](https://github.com/Human-Connection/WebApp) which uses this API.
16
16
17
-
## Framework
17
+
## Start Server
18
18
19
-
This project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.
19
+
Make sure you have installed [docker](https://www.docker.com/community-edition).
20
20
21
-
## Getting Started
21
+
To start the service simply run:
22
+
23
+
```bash
24
+
docker-compose up
25
+
```
26
+
27
+
## Development
22
28
23
29
> we recommand to install the project locally for the best development ease and performance
0 commit comments