From a6e6b93c3a2f06e999ef63e2cd87d12d5b6b4fce Mon Sep 17 00:00:00 2001 From: hknsh Date: Thu, 15 Feb 2024 13:43:58 +0000 Subject: [PATCH] chore: updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c8a489d..6e51f35 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ This will start the following services: - **Redis** - **MinIO** +Apply the migrations to the database with the following command: + +```bash +$ npm run migrate:dev +``` + And now, you can start the server with the command: ```bash