File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ flowchart TB
185
185
- Comprehensive unit tests using ** Mocha** and ** Chai** to ensure the reliability of the application.
186
186
- ** Test Cases** : Includes tests for user creation, update, deletion, and authentication.
187
187
188
- ## Technologies Used ⚙️
188
+ ## ⚙️ Technologies Used
189
189
- ** Node.js** (JavaScript runtime)
190
190
- ** Express** (Web framework)
191
191
- ** PostgreSQL** (Database)
@@ -268,7 +268,7 @@ The server will run on [http://localhost:3000].
268
268
Once the server is running, you can access the auto-generated API documentation powered by Swagger at:
269
269
[ http://localhost:3000/api-docs ] ( http://localhost:3000/api-docs ) .
270
270
271
- ## API Endpoints 📡
271
+ ## 📡 API Endpoints
272
272
- ** GET /** - Returns a simple welcome message.
273
273
- ** GET /users** - Get all users.
274
274
- ** GET /users/: id ** - Get a user by ID.
You can’t perform that action at this time.
0 commit comments