Skip to content

Commit

Permalink
update: update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelonah committed Jan 6, 2025
1 parent b40a411 commit a47fb90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ yarn run dev # up the server
<img src="./client/src/design-system/assets/icn-demo-home.png" alt="List influencers page">
<img src="./client/src/design-system/assets/icn-demo-create.png" alt="Create influencer page">
<img src="./client/src/design-system/assets/icn-demo-update.png" alt="Update influencer page">

[App](https://adcash-influencer-manager.netlify.app/)
[API documentation](https://documenter.getpostman.com/view/7240396/2sAYJ9BJpz#d95807cc-bb9a-41ad-ae05-9be7ebd86ee7)
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ We use the MVP pattern:
## Environments

- [Local](http://localhost:3000/)
- [Staging](https://aim.netlify.app)
- [Production](https://adcash-influencer-manager.netlify.app/)
6 changes: 5 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ We use the MVC pattern:
- __Jest__: For unit test.
- __Supertest__: For api test.

### Documentation Tool

- __Postman__: [For Api documentation.](https://documenter.getpostman.com/view/7240396/2sAYJ9BJpz#d95807cc-bb9a-41ad-ae05-9be7ebd86ee7)

# Tools used

1. [NodeJs](https://nodejs.org/en)
Expand All @@ -104,4 +108,4 @@ We use the MVC pattern:
## Environments

- [Local](https://localhost:8080/)
- [Staging](https://)
- [Production](https://adcash-influencer-manager-api.netlify.app/api/v1/)

0 comments on commit a47fb90

Please sign in to comment.