hrms-api-probation/README.md

22 lines
387 B
Markdown
Raw Normal View History

2024-09-05 13:59:43 +07:00
# 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