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