Changes
Page history
Update home
authored
May 27, 2025
by
s92379
Show whitespace changes
Inline
Side-by-side
home.md
View page @
1f46ba52
...
@@ -204,7 +204,7 @@ This will launch the app at:
...
@@ -204,7 +204,7 @@ This will launch the app at:
## 🧠 Notes & Conventions
## 🧠 Notes & Conventions
-
Backend port:
`8080`
-
Backend port:
`8080`
-
Frontend port:
`
3000
`
-
Frontend port:
`
5173
`
-
API requests from the frontend should use
`http://localhost:8080`
-
API requests from the frontend should use
`http://localhost:8080`
...
@@ -249,7 +249,7 @@ mvn spring-boot:run
...
@@ -249,7 +249,7 @@ mvn spring-boot:run
# Run frontend
# Run frontend
cd
frontend
cd
frontend
npm
install
npm
install
npm
start
npm
run dev
```
```
---
---
...
...
...
...