mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +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**
|
- **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
|
||||||
|
|
Loading…
Reference in a new issue