You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2020/09/23 20:27:53 UTC

[bloodhound-core] 10/14: Update to README for some more useful information

This is an automated email from the ASF dual-hosted git repository.

gjm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git

commit c862c4ae7eb3984044c9f87b9417a23a66132ab2
Author: Gary Martin <gj...@apache.org>
AuthorDate: Tue Dec 18 01:22:19 2018 +0000

    Update to README for some more useful information
    
    
    git-svn-id: https://svn.apache.org/repos/asf/bloodhound/branches/bh_core_experimental@1849138 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index b159963..d3f6549 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,22 @@ models gain stability.
 pipenv run python manage.py runserver
 ```
 
+Amongst the initial output of that command will be something like:
+
+```
+Starting development server at http://127.0.0.1:8000/
+Quit the server with CONTROL-C.
+```
+
+Currently there is not much to see at the specified location. More work has
+been done on the core API. The following views may be of interest as you
+explore:
+
+ * http://127.0.0.1:8000/ticket/
+ * http://127.0.0.1:8000/schema_view/
+
+These paths are subject to change.
+
 ## Unit Tests
 
 Unit tests are currently being written with the standard unittest framework.