Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubygitflow committed Feb 10, 2024
1 parent f1186ab commit e85e2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _An example of connecting to marketplaces and downloading data from them_
- Pre-processing the Rate Limits based on marketplace response headers and Post-processing based on restrictions stored in Kredis;
- Logging of critical events when interacting with the API of marketplace.
- Utilizing the Abstract Factory Pattern;
- Code coverage with RSpec tests;
- Code coverage with RSpec tests (100%);
- Enabling GitHub Actions;

Particular emphasis is placed on separating business logic from the algorithmic solution.
Expand All @@ -23,7 +23,7 @@ Particular emphasis is placed on separating business logic from the algorithmic
```bash
$ rails db:create
$ rails db:schema:load
$ rails bd:seed
$ rails db:seed
```
4. Add the existing credentials from marketplaces to the [rake task](https://github.com/rubygitflow/marketplace_aggregator/tree/master/lib/tasks/marketplace_credentials_example.rake)
5. Seed the marketplace_credentials by completing the task `rails marketplace_credentials_example:custom_seeds`
Expand Down

0 comments on commit e85e2a5

Please sign in to comment.