We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcb9e5 commit 8b39c46Copy full SHA for 8b39c46
1 file changed
README.md
@@ -1,14 +1,15 @@
1
# NX AI
2
3
+> Production ready Python FastAPI/Postgres app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
4
+
5
```sh
6
uvicorn app.main:app
7
+pytest
8
```
9
10
[localhost](http://localhost:8000)
11
[Public RESTful API](https://nx-ai.onrender.com)
12
-
-Production-ready Python FastAPI app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
13
- **Python 3.11+**
14
- **FastAPI** — RESTful API framework
15
- **Uvicorn** — ASGI server
@@ -70,8 +71,4 @@ curl -X POST http://localhost:8000/echo \
70
71
# {"echo":"hello"}
72
73
-## Running Tests
74
75
-```bash
76
-pytest
77
-```
0 commit comments