22 lines
387 B
Markdown
22 lines
387 B
Markdown
|
|
# bma-ehr-probation
|
||
|
|
|
||
|
|
Envelopment
|
||
|
|
|
||
|
|
- Node 20.x
|
||
|
|
- Express
|
||
|
|
- Mysql
|
||
|
|
|
||
|
|
Run Project
|
||
|
|
|
||
|
|
```
|
||
|
|
> npm install
|
||
|
|
> npm run dev
|
||
|
|
```
|
||
|
|
|
||
|
|
Migration
|
||
|
|
|
||
|
|
1. สร้าง entities
|
||
|
|
2. สร้างไฟล์ migration จาก entities และรัน update เข้า database
|
||
|
|
> npm run migration:generate src/migration/xxx (xxx คือชื่อไฟล์ migrate)
|
||
|
|
> npm run migration:run
|