Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ This repository contains a "starter" project for web application development in

```
full-stack-starter-server-1 | 5:31:23 PM client.1 | VITE v4.3.9 ready in 327 ms
full-stack-starter-server-1 | 5:31:23 PM client.1 | ➜ Local: http://localhost:5000/
full-stack-starter-server-1 | 5:31:23 PM client.1 | ➜ Local: http://localhost:3333/
```

5. Now you should be able to open the web app in your browser at: http://localhost:5000/
5. Now you should be able to open the web app in your browser at: http://localhost:3333/

6. Open a new tab or window of your shell, change into your repo directory as needed, and execute this command:

Expand Down Expand Up @@ -115,7 +115,7 @@ This project includes components with helpful developer tools, such as the follo
The Scalar library automatically generates web-based API documentation for the server based on the
Swagger/OpenAPI schema definitions included with each route, viewable at:

http://localhost:5000/api/reference
http://localhost:3333/api/reference

4. Minio

Expand Down
1 change: 1 addition & 0 deletions compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- .:/opt/node/app
- /opt/node/app/node_modules
- /opt/node/app/server/node_modules
- /opt/node/app/server/prisma/generated
- /opt/node/app/client/node_modules
- /var/run/docker.sock:/var/run/docker.sock
- ~/.aws:/root/.aws
Expand Down
Loading
Loading