From 8f07d46dfc63e8fc8e8528f3921be072ab71b810 Mon Sep 17 00:00:00 2001 From: Manuel Garcia Date: Mon, 9 Dec 2024 17:42:32 +0100 Subject: [PATCH] Update README.dev.md --- README.dev.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.dev.md b/README.dev.md index 85e4ee80..a8e36816 100644 --- a/README.dev.md +++ b/README.dev.md @@ -39,6 +39,12 @@ docker compose -f docker-compose.yaml build docker compose -f docker-compose.yaml up ``` +5. Go to the API root: http://localhost:8000/api/v2/ + +**Open API** +- A schema of the API can be downloaded from: http://localhost:8000/api/v2/schema +- Auto generated documentation is available at: http://localhost:8000/api/v2/schema/redoc + ## Development installation Follow the instruction below to set up a development environment. We use Python 3.10 and Django 4.0.x for development. @@ -110,4 +116,4 @@ python manage.py test ### GitHub 1. Make sure that the GitHub-Zenodo integration is enabled for https://github.com/NLeSC/python-template -1. Go to https://github.com/NLeSC/python-template/releases and click `Draft a new release` \ No newline at end of file +1. Go to https://github.com/NLeSC/python-template/releases and click `Draft a new release`