With this project, you are able to list and create transactions consuming it's API endpoints.
⚙️NodeJS
Install dependencies running yarn
Then yarn dev:server
and you are good to go! 🙂
server will be listening at
🧑🏻💻 http://localhost:3333/
-
List transactions:
[GET] - transactions
-
Create transactions:
[POST] - transactions
-
Update transactions:
[PUT] - transactions/:id
-
Delete transactions:
[DELETE] - transactions/:id
Enjoy!
Give a star if you found it 👍🏻