mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 09:31:16 +00:00
chore: updated readme
This commit is contained in:
parent
334efa15b5
commit
a6e6b93c3a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue