Skip to content

Commit 47e91c2

Browse files
authored
Update README with frontend and chatbot setup
Reorganize setup instructions and update test commands.
1 parent 2e8a8e1 commit 47e91c2

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -166,22 +166,22 @@ Powered by **AWS Lambda**, **Redis**, and **DynamoDB**.
166166
```bash
167167
mvn install
168168
mvn spring-boot:run
169-
Frontend Setup
170-
bash
171-
Copy code
169+
```
170+
### Frontend Setup
171+
```bash
172172
cd frontend
173173
npm install
174174
npm run dev
175-
Chatbot Setup
176175
```
176+
### Chatbot Setup
177177
```bash
178178
cd "Python RAG chatbot"
179179
python -m venv .venv
180180
.\.venv\Scripts\Activate.ps1
181181
pip install -r requirements.txt
182182
uvicorn src.api_server:app --reload --host 0.0.0.0 --port 8000
183-
Compliance Checklist Setup
184183
```
184+
### Compliance Checklist Setup
185185
```bash
186186
cd Compliance_checklist
187187
python -m venv .venv
@@ -190,22 +190,20 @@ pip install -r requirements.txt
190190
uvicorn src.api_server:app --reload --host 0.0.0.0 --port 8001
191191
```
192192
🧪 Running Tests
193-
Windows
193+
## Windows
194194

195195
```bash
196196
run-tests.bat
197197
run-tests.bat --coverage
198198
run-tests.bat --controller
199-
Mac/Linux
200199
```
201-
200+
## Mac/Linux
202201
```bash
203202
./run-tests.sh
204203
./run-tests.sh --coverage
205204
./run-tests.sh --controller
206-
Manual
207205
```
208-
206+
## Manual
209207
```bash
210208
mvn clean test
211209
mvn test -Dtest=TariffManagementControllerIntegrationTest
@@ -230,5 +228,5 @@ mvn test
230228
```
231229
If Docker is not running, integration tests will fail.
232230

233-
### ⭐ Trade Optimization Pathfinder (TOP)
231+
### ⭐ Trade Optimization Pathfinder (TOP)
234232
Empowering global trade through transparent, explainable, and optimized tariff intelligence.

0 commit comments

Comments
 (0)