Skip to content

Commit 0cd6d68

Browse files
authored
Update README.md
1 parent 2aa60c0 commit 0cd6d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ flowchart TB
185185
- Comprehensive unit tests using **Mocha** and **Chai** to ensure the reliability of the application.
186186
- **Test Cases**: Includes tests for user creation, update, deletion, and authentication.
187187

188-
## Technologies Used ⚙️
188+
## ⚙️ Technologies Used
189189
- **Node.js** (JavaScript runtime)
190190
- **Express** (Web framework)
191191
- **PostgreSQL** (Database)
@@ -268,7 +268,7 @@ The server will run on [http://localhost:3000].
268268
Once the server is running, you can access the auto-generated API documentation powered by Swagger at:
269269
[http://localhost:3000/api-docs](http://localhost:3000/api-docs).
270270

271-
## API Endpoints 📡
271+
## 📡 API Endpoints
272272
- **GET /** - Returns a simple welcome message.
273273
- **GET /users** - Get all users.
274274
- **GET /users/:id** - Get a user by ID.

0 commit comments

Comments
 (0)