Spaces:
Running
Running
Amir Mahla
commited on
Commit
·
97e46c6
1
Parent(s):
13eda1d
CHG README.md
Browse files
README.md
CHANGED
|
@@ -118,7 +118,7 @@ npm run dev
|
|
| 118 |
|
| 119 |
### 5. Access the Application
|
| 120 |
|
| 121 |
-
- **Frontend**: http://localhost:
|
| 122 |
- **Backend API**: http://localhost:8000
|
| 123 |
- **API Documentation**: http://localhost:8000/docs
|
| 124 |
- **ReDoc**: http://localhost:8000/redoc
|
|
@@ -211,14 +211,5 @@ make clean # Clean build artifacts and caches
|
|
| 211 |
make pre-commit
|
| 212 |
```
|
| 213 |
|
| 214 |
-
### Build for Production
|
| 215 |
-
|
| 216 |
-
```bash
|
| 217 |
-
# Frontend
|
| 218 |
-
cd cua2-front
|
| 219 |
-
npm run build
|
| 220 |
-
|
| 221 |
-
# The build output will be in cua2-front/dist/
|
| 222 |
-
```
|
| 223 |
|
| 224 |
**Happy Coding! 🚀**
|
|
|
|
| 118 |
|
| 119 |
### 5. Access the Application
|
| 120 |
|
| 121 |
+
- **Frontend**: http://localhost:8080
|
| 122 |
- **Backend API**: http://localhost:8000
|
| 123 |
- **API Documentation**: http://localhost:8000/docs
|
| 124 |
- **ReDoc**: http://localhost:8000/redoc
|
|
|
|
| 211 |
make pre-commit
|
| 212 |
```
|
| 213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 214 |
|
| 215 |
**Happy Coding! 🚀**
|