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: services/api-server/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# api-server
2
2
3
3
[![image-size]](https://microbadger.com/images/itisfoundation/api-server."More on itisfoundation/api-server.:staging-latest image")
4
-
5
4
[![image-badge]](https://microbadger.com/images/itisfoundation/api-server"More on Public API Server image in registry")
6
5
[![image-version]](https://microbadger.com/images/itisfoundation/api-server"More on Public API Server image in registry")
7
6
[![image-commit]](https://microbadger.com/images/itisfoundation/api-server"More on Public API Server image in registry")
@@ -25,11 +24,12 @@ source .venv/bin/activate
25
24
cd services/api-service
26
25
make install-dev
27
26
```
28
-
To run a dev server just
27
+
Then
29
28
```cmd
30
29
make run-devel
31
30
```
32
-
and the following sites are available
31
+
32
+
will start the api-server in development-mode together with a postgres db initialized with test data. Open the following sites and use the test credentials ``user=key, password=secret`` to manually test the API:
33
33
34
34
-http://127.0.0.1:8000/docs: redoc documentation
35
35
-http://127.0.0.1:8000/dev/docs: swagger type of documentation
0 commit comments