Skip to content

Commit

Permalink
fastapi-migration: Update READMEs
Browse files Browse the repository at this point in the history
Updated the service URLs.
  • Loading branch information
paulespinosa committed Oct 7, 2024
1 parent 151c8e5 commit 6b5e65a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ Building with Docker is the simplest option, and debugging applications within t

#### Instructions

1. Build and run all containers by running the `docker compose up --build` shell command from the root directory:
1. Build and run all containers by running the `docker compose up -d --build` shell command from the root directory:
2. Verify there are no build errors. If there are build errors, reach out to the development team.
3. Open `http://localhost:34828` in any browser to use Home Unite Us.

* `pgAdmin4` is available at http://localhost:5050/browser/ to query the database.
* `moto` server is available at http://localhost:5000/moto-api/ to view mocked AWS data.

#### Test Users

Expand Down
8 changes: 4 additions & 4 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@ startup_scripts/entrypoint.ps1 # Creates test users and runs the API i

Your server is now running at:
```
http://127.0.0.1:8000
http://localhost:8000
```

And your API docs at:
```
http://127.0.0.1:8000/docs
http://localhost:8000/docs
```

pgAdmin4 is available at:
```
http://127.0.0.1:5050/
http://localhost:5050/browser
```

Moto server dashboard is available at:
```
http://127.0.0.1:5000/moto-api
http://localhost:5000/moto-api
```

To exit the virtual environment, within the shell run:
Expand Down

0 comments on commit 6b5e65a

Please sign in to comment.