Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 1ecc7dd

Browse files
committed
Added service URLs to README
1 parent 0ffa7ba commit 1ecc7dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,20 @@ The LMS also includes demo accounts. The passwords for each of these accounts is
8888
| verified | verified@example.com |
8989
9090
91+
## Service URLs
92+
93+
Each service is accessible at `localhost` on a specific port. The table below provides links to the homepage of each
94+
service. Since some services are not meant to be user-facing, the "homepage" may be the API root.
95+
96+
| Service | URL |
97+
|-------------------|------------------------------------------------------------------------|
98+
| Credentials | [http://localhost:18150/api/v2/](http://localhost:18150/api/v2/) |
99+
| Catalog/Discovery | [http://localhost:18381/api-docs/](http://localhost:18381/api-docs/) |
100+
| E-Commerce/Otto | [http://localhost:18130/dashboard/](http://localhost:18130/dashboard/) |
101+
| LMS | [http://localhost:18000/](http://localhost:18000/) |
102+
| Programs | [http://localhost:18140/api/v1/](http://localhost:18140/api/v1/) |
103+
| Studio/CMS | [http://localhost:18010/](http://localhost:18010/) |
104+
91105
## Remaining Work
92106
93107
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:

0 commit comments

Comments
 (0)