From af1e94bc3c9871204eee7c477fd5a4dee7c74261 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Fri, 16 May 2025 16:44:20 +0530 Subject: [PATCH] updated --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b42be1a..0c73633 100644 --- a/README.md +++ b/README.md @@ -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: