Skip to content

Commit 02b7bad

Browse files
committed
readme md file has been created
1 parent 2979609 commit 02b7bad

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
## FullStack Northwind Basic Project
3+
4+
### BackEnd
5+
#### Technologies
6+
* NodeJS
7+
* Express(Http framework)
8+
* MySQL (Database)
9+
* MikroORM(ORM)
10+
* Inversify (Ioc Container for Dependency Injection)
11+
12+
#### Multi Layer Architecture
13+
* Service => Business rules,editing to db result
14+
* Entities => Db Tables
15+
* Core => Heart of application,interfaces
16+
* Config=> db configuration,application or dependency configuration or something else
17+
* Controller=>How do we send http result with incoming service result by http request.Handling to http requests
18+
19+
* Repository=>Actually there is no repository file.Mikro ORM package supports to repository pattern with EntityRepository class.and we used to instance from this class.Repository is just about centralize to db query operations
20+
21+
22+
### FrontEnd
23+
#### Technologies
24+
* React=> I haven't started to client side yet
25+
26+

0 commit comments

Comments
 (0)