https://github.com/ogubuikealex/psot-node
This is a repo that holds the code samples that I discussed during PINK SUMMER OF TECH
https://github.com/ogubuikealex/psot-node
Last synced: 7 months ago
JSON representation
This is a repo that holds the code samples that I discussed during PINK SUMMER OF TECH
- Host: GitHub
- URL: https://github.com/ogubuikealex/psot-node
- Owner: ogubuikeAlex
- Created: 2022-10-15T14:51:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T13:12:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T23:11:49.440Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
TASK : Given a file - create a basic express server that can
Get all transactions
Post a new transaction
Update an existing Transaction
Get A transaction by Timestamp
Get All transactions by type (Withdraw/ Deposit)
Bonus: Get all transactions done on a particular dateđź’ťLet the legendary array methods guide youđź’ť