Skip to content

Commit f8c0db6

Browse files
committed
📝 Update docs and fix typos
1 parent 75ec819 commit f8c0db6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The tests run with Pytest, modify and add tests to `./backend/app/app/tests/`.
123123

124124
If you need to install any additional package for the tests, add it to the file `./backend/app/tests.dockerfile`.
125125

126-
If you use GitLab CI the tests will automatically.
126+
If you use GitLab CI the tests will run automatically.
127127

128128
### Live development with Python Jupyter Notebooks
129129

@@ -268,6 +268,8 @@ To configure it in your stack, follow the section **Change the development "doma
268268

269269
After performing those steps you should be able to open: http://dev.{{cookiecutter.domain_main}} and it will be server by your stack in `localhost`.
270270

271+
Check all the corresponding available URLs in the section at the end.
272+
271273
### Change the development "domain"
272274

273275
If you need to use your local stack with a different domain than `localhost`, you need to make sure the domain you use points to the IP where your stack is set up. See the different ways to achieve that in the sections above (i.e. using Docker Toolbox with `local.dockertoolbox.tiangolo.com`, using `localhost.tiangolo.com` or using `dev.{{cookiecutter.domain_main}}`).
@@ -689,7 +691,7 @@ Backend: http://dev.{{cookiecutter.domain_main}}/api/
689691

690692
Swagger UI: http://dev.{{cookiecutter.domain_main}}/swagger/
691693

692-
CouchDB: http://dev.{{cookiecutter.domain_main}}:5984/_utils
694+
PGAdmin: http://dev.{{cookiecutter.domain_main}}:5050
693695

694696
Flower: http://dev.{{cookiecutter.domain_main}}:5555
695697

@@ -705,7 +707,7 @@ Backend: http://localhost.tiangolo.com/api/
705707

706708
Swagger UI: http://localhost.tiangolo.com/swagger/
707709

708-
CouchDB: http://localhost.tiangolo.com:5984/_utils
710+
PGAdmin: http://localhost.tiangolo.com:5050
709711

710712
Flower: http://localhost.tiangolo.com:5555
711713

0 commit comments

Comments
 (0)