Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: readme #16

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions examples/common_nestjs_remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ and you should be abble to acces your app on the following adresses!
```

- run migrations

```sh
pnpm db:migrate
```
> [!IMPORTANT]
> Once migration is generated chagne its name to something more descriptive.
> Also make sure to change the migration name in [\_journal.json](apps/api/src/storage/migrations/meta/_journal.json) file under the `tag` key.

> [!IMPORTANT]
> Once migration is generated chagne its name to something more descriptive.
> Also make sure to change the migration name in [\_journal.json](apps/api/src/storage/migrations/meta/_journal.json) file under the `tag` key.

- #### HTTP Client

Expand All @@ -99,7 +101,7 @@ and you should be abble to acces your app on the following adresses!
pnpm build
```

The mailhog service is available at [mailbox.guidebook.localhost](mailbox.guidebook.localhost)
The mailhog service is available at [mailbox.guidebook.localhost](https://mailbox.guidebook.localhost)

- #### Testing
- **Frontend**:
Expand Down