Skip to content

Commit

Permalink
BACK-38 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EtanoloYT committed Feb 11, 2025
1 parent aecae3c commit 9105632
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ Innovative web platform for monitoring small construction sites in the city of T

- **Framework**: AdonisJS
- **Database**: MongoDB
- **Authentication**: Stateful authentication with JWT
- **Messaging**: WebSockets for real-time notifications
- **Authentication**: Stateless authentication with JWT

## 🚀 Getting Started

### 1️⃣ Prerequisites

Make sure you have the following installed:

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

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

```
http://localhost:8000/api/docs
http://localhost:8000/docs
```

## 🛡️ Security Considerations
Expand Down

0 comments on commit 9105632

Please sign in to comment.