Skip to content

Commit 9105632

Browse files
committed
BACK-38 Update readme
1 parent aecae3c commit 9105632

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ Innovative web platform for monitoring small construction sites in the city of T
1818

1919
- **Framework**: AdonisJS
2020
- **Database**: MongoDB
21-
- **Authentication**: Stateful authentication with JWT
22-
- **Messaging**: WebSockets for real-time notifications
21+
- **Authentication**: Stateless authentication with JWT
2322

2423
## 🚀 Getting Started
2524

2625
### 1️⃣ Prerequisites
2726

2827
Make sure you have the following installed:
2928

30-
- [Node.js](https://nodejs.org/) (>= 16.x)
29+
- [Node.js](https://nodejs.org/) (>= 22.x)
3130
- [MongoDB](https://www.mongodb.com/)
3231
- [NPM](https://www.npmjs.com/)
3332

@@ -84,7 +83,7 @@ The API will be available at `http://localhost:8000`.
8483
API documentation is available via Swagger:
8584

8685
```
87-
http://localhost:8000/api/docs
86+
http://localhost:8000/docs
8887
```
8988

9089
## 🛡️ Security Considerations

0 commit comments

Comments
 (0)