Skip to content

Commit

Permalink
feat(view-product): retrieve a specific product
Browse files Browse the repository at this point in the history
-buyer should be able to retrieve a single product by id

[Delivers #54]
  • Loading branch information
jkarenzi committed May 17, 2024
1 parent 87b2694 commit c39404b
Show file tree
Hide file tree
Showing 25 changed files with 819 additions and 410 deletions.
15 changes: 0 additions & 15 deletions .env.example

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/workflow_for_ecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ jobs:
FACEBOOK_APP_SECRET: ${{ secrets.FACEBOOK_APP_SECRET }}
FACEBOOK_CALLBACK_URL: ${{ secrets.FACEBOOK_CALLBACK_URL }}
COOKIES_KEY: ${{ secrets.COOKIES_KEY }}
EMAIL_USER: ${{ secrets.EMAIL_USER }}
EMAIL_PASS: ${{ secrets.EMAIL_PASS }}
170 changes: 90 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"homepage": "https://github.com/atlp-rwanda/dynamites-ecomm-be#readme",
"dependencies": {
"@types/passport-google-oauth20": "^2.0.14",
"@types/express-validator": "^3.0.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
Expand Down
Loading

0 comments on commit c39404b

Please sign in to comment.