Skip to content

Commit 7d74f97

Browse files
committed
Merge branch 'feature/integration_test' of github.com:frckbrice/Clean-code-arch-REST-API into feature/integration_test
2 parents e54923a + 2097409 commit 7d74f97

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Clean Architecture Node.js REST API Example
1+
2+
# Clean code Architecture pattern applied to Node.js REST API Example
3+
24

35
<div style="width:100%; text-align:center">
46
<img src="public/images/clean-code_arch.jpeg" width="600">
@@ -52,6 +54,23 @@ routes/ # Express route definitions
5254
public/ # Static files and HTML views
5355
```
5456

57+
58+
## Features
59+
60+
- User registration and authentication (JWT)
61+
- Product CRUD operations
62+
- Blog and rating management
63+
- Role-based access control (admin, blocked users)
64+
- Input validation and error handling
65+
- Modular, testable codebase
66+
67+
## Stack
68+
- Express.js
69+
- Javascript
70+
- MongoDB doker image
71+
- Jest
72+
- Mongo-client + Mongosh
73+
5574
## Getting Started
5675

5776
### Prerequisites

0 commit comments

Comments
 (0)