chore: updated readme

This commit is contained in:
Hackntosh 2024-02-15 13:43:58 +00:00
parent 334efa15b5
commit a6e6b93c3a

View file

@ -33,6 +33,12 @@ This will start the following services:
- **Redis** - **Redis**
- **MinIO** - **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: And now, you can start the server with the command:
```bash ```bash