From 61721d104bac467ca9984c5c699db3d341e94983 Mon Sep 17 00:00:00 2001 From: xl1034 Date: Tue, 11 Mar 2025 13:27:14 +0700 Subject: [PATCH] README.md update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9fd0e93..2047622 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ Install dependencies with `yarn` yarn ``` +Rename `.env.example` to `.env` and configure the environment variables. + +```bash +cp .env.example .env +``` + +Migrate the database with `yarn sequelize db:migrate` + +```bash +yarn sequelize db:migrate +``` + ## Usage Build the project with `yarn build`