Skip to content

Commit

Permalink
fii: Adjust bare URLs markdown references
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
  • Loading branch information
dkargatzis committed Oct 17, 2023
1 parent 7fefae1 commit c0b3eac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions backend/node-express-js/node-express-starter-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ World!".
- Configure environment variables as described in the [local development](#local-development) section.
- Run `yarn install` to install the necessary dependencies.
- Use `yarn start` to start the server.
- Access the API at `http://localhost:3000`. You should receive a "Hello, World!" message.
- The `healthz` endpoint at http://localhost:3000/healthz provides a health check response which is crucial for
Warestack's deployment automation.
- Access the API at [localhost:3000](http://localhost:3000). You should receive a "Hello, World!" message.
- The `healthz` endpoint at [localhost:3000/healthz](http://localhost:3000/healthz) provides a health check response
which is crucial for Warestack's deployment automation.

## Dependencies

Expand Down
10 changes: 5 additions & 5 deletions backend/python-flask/flask-mongoengine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ following features:
- Configure environment variables as described in the [local development](#local-development) section.
- Run `pip install -r requirements.txt` to install the necessary dependencies.
- Use `python3 server.py` to start the server.
- Access the API at `http://localhost:5000`. You should receive a "Hello, World!" message.
- User operations are available at http://localhost:5000/users. For specific user operations, use their email, e.g.,
http://localhost:5000/users/useremail@example.com.
- The healthz endpoint at http://localhost:5000/healthz provides a health check response which is crucial for
Warestack's deployment automation.
- Access the API at [localhost:5000](http://localhost:5000). You should receive a "Hello, World!" message.
- User operations are available at [localhost:5000/users](http://localhost:5000/users). For specific user operations,
use their email, e.g., `localhost:5000/users/useremail@example.com`.
- The healthz endpoint at [localhost:5000/healthz](http://localhost:5000/healthz) provides a health check response which
is crucial for Warestack's deployment automation.

## Dependencies

Expand Down
6 changes: 3 additions & 3 deletions backend/python-flask/flask-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ includes a `healthz` endpoint, essential for automated deployments on Warestack.
- Configure environment variables as described in the [local development](#local-development) section.
- Run `pip install -r requirements.txt` to install the necessary dependencies.
- Use `python3 server.py` to start the server.
- Access the API at `http://localhost:5000`. You should receive a "Hello, World!" message.
- The healthz endpoint at http://localhost:5000/healthz provides a health check response which is crucial for
Warestack's deployment automation.
- Access the API at [localhost:5000](http://localhost:5000). You should receive a "Hello, World!" message.
- The healthz endpoint at [localhost:5000/healthz](http://localhost:5000/healthz) provides a health check response which
is crucial for Warestack's deployment automation.

## Dependencies

Expand Down

0 comments on commit c0b3eac

Please sign in to comment.