Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikaperciliano/api-rest-nodejs

The goal of this project is to develop a REST API using Node.js from scratch to deployment. I will work with database, automated tests and automating the deployment process of this application so that every time any information is changed in the code, this new change will automatically be uploaded to the production url 👩🏾‍💻
https://github.com/erikaperciliano/api-rest-nodejs

fastify nodejs sqlite typescript zod

Last synced: about 1 month ago
JSON representation

The goal of this project is to develop a REST API using Node.js from scratch to deployment. I will work with database, automated tests and automating the deployment process of this application so that every time any information is changed in the code, this new change will automatically be uploaded to the production url 👩🏾‍💻

Awesome Lists containing this project

README

        

# RF

- [x] The user must be able to create a new transaction
- [x] The user must be able to request a summary of their account
- [x] The user must be able to list all transactions that have already occurred
- [x] The user must be able to view a single transaction

# RN

- [x] The transaction can be of the credit type that adds to the total amount, or debit will subtract
- [x] It must be possible to identify the user between requests
- [x] The user can only view transactions that he created