Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 👩🏾💻
- Host: GitHub
- URL: https://github.com/erikaperciliano/api-rest-nodejs
- Owner: erikaperciliano
- Created: 2024-07-08T09:55:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T17:02:04.000Z (5 months ago)
- Last Synced: 2024-07-26T17:57:03.095Z (5 months ago)
- Topics: fastify, nodejs, sqlite, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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