This commit is contained in:
2025-05-16 16:44:20 +05:30
parent 2745e95b49
commit af1e94bc3c

View File

@@ -16,6 +16,16 @@ npm install
npm run db:generate
```
- Migrate the db:
```sh
npm run db:migrate
```
- seed the db if:
```sh
npm run db:seed
```
3. Copy Environment Variables
Create `.env` files from the provided `.env.example` templates: