Skip to content

Commit 29f053d

Browse files
This pull request updates the documentation and configuration to better reflect the production-ready status of the NX AI FastAPI application and introduces deployment configuration for Render. The most important changes include improvements to the README.md for clarity and usability, addition of version tracking, and a new deployment configuration file. (#4)
* Updates docs to standard * Update README.md * Create render.yaml * Adds version control __version__ = "1.0.0"
1 parent 67ab52f commit 29f053d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tests/
3434
requirements.txt
3535
```
3636

37-
## Running Locally
37+
## Install and run
3838

3939
```bash
4040
# Create and activate a virtual environment

app/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
"""NX AI - FastAPI portfolio application package."""
1+
"""NX AI - FastAPI"""
2+
3+
# Version tracking
4+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)