hrms-api-probation/README.md

34 lines
452 B
Markdown

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