File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2827Make 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`.
8483API documentation is available via Swagger:
8584
8685```
87- http://localhost:8000/api/ docs
86+ http://localhost:8000/docs
8887```
8988
9089## 🛡️ Security Considerations
You can’t perform that action at this time.
0 commit comments