You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will start the SwiftComp API server at http://127.0.0.1:8000.
121
130
131
+
132
+
5.**Testing**:
133
+
134
+
The repository includes unit tests using `pytest`. To run the tests:
135
+
136
+
* Ensure you are in the virtual environment.
137
+
* Run the following command:
138
+
```bash
139
+
PYTHONPATH=./ pytest
140
+
```
141
+
142
+
143
+
---
144
+
122
145
## API Documentation
123
146
FastAPI automatically generates interactive API documentation using **Swagger** and **Redoc**. Once the server is running, you can access the documentation at:
124
147
@@ -132,14 +155,7 @@ FastAPI automatically generates interactive API documentation using **Swagger**
132
155
***POST /api/v1/laminate_3d_properties**: Computes the 3D properties of laminate.
0 commit comments