Skip to content

Commit e9d9b68

Browse files
authored
Update README.md
1 parent f7b731f commit e9d9b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Following are the features of this project:
2424
* **Async execution is adopted**: We have used async/await for the promises and made sure to use non blocking version of all the functions with few exceptions.
2525
* **Docker compose has been configured**: We Dockerfile has been created to assist in easy deployability without setup and much configurations.
2626
* **Unit test is favoured**: The tests has been written to test the functions and routes without the need of the database server. Integration tests has also been done but unit test is favoured.
27+
* **A pure backend project**: We have experienced that when a backend is developed clubed with a frontend then in the future it become really difficult to scale. We would want to use a single backend project to server many websites and mobile apps.
2728

2829
## 3RE Architecture: Router, RouteHandler, ResponseHandler, ErrorHandler
2930
<p align="center">

0 commit comments

Comments
 (0)