Skip to content

Commit 8b39c46

Browse files
committed
Update README.md
1 parent 8fcb9e5 commit 8b39c46

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# NX AI
22

3+
> Production ready Python FastAPI/Postgres app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
4+
35
```sh
46
uvicorn app.main:app
7+
pytest
58
```
9+
610
[localhost](http://localhost:8000)
711
[Public RESTful API](https://nx-ai.onrender.com)
812

9-
10-
Production-ready Python FastAPI app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
11-
1213
- **Python 3.11+**
1314
- **FastAPI** — RESTful API framework
1415
- **Uvicorn** — ASGI server
@@ -70,8 +71,4 @@ curl -X POST http://localhost:8000/echo \
7071
# {"echo":"hello"}
7172
```
7273

73-
## Running Tests
7474

75-
```bash
76-
pytest
77-
```

0 commit comments

Comments
 (0)