https://github.com/yanrodrigues205/crud-firebaseandnodejs
The objective of this project is to build a crud with nodeJS PURE and Firebase, aiming to improve knowledge in these skills.🔥
https://github.com/yanrodrigues205/crud-firebaseandnodejs
Last synced: 4 months ago
JSON representation
The objective of this project is to build a crud with nodeJS PURE and Firebase, aiming to improve knowledge in these skills.🔥
- Host: GitHub
- URL: https://github.com/yanrodrigues205/crud-firebaseandnodejs
- Owner: yanrodrigues205
- License: mit
- Created: 2024-05-17T19:23:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:29:26.000Z (about 1 year ago)
- Last Synced: 2025-01-04T04:48:03.782Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create, Read, Update and Delete using NodeJS & Firebase🔥
#### This repository aims to improve specific skills, for example, creating an api with pure nodeJS, using a non-relational database, in addition to improving soft skills such as the development of a specific demand for a specific time, it was very rewarding finish it because I'm happy to be evolving in the profession I love!| Action▶️ | Method📌 | Route🗺️ |
|----------|----------|----------|
| Collection point creation | POST | http://localhost:3030/collect_point/create |
| Edit an existing collection point | PUT | http://localhost:3030/collect_point/update |
| Delete a collection point by ID | DELETE | http://localhost:3030/collect_point/delete/:id |
| Get a collection point by id | POST | http://localhost:3030/collect_point/getbyid |
| Catch all collection points | GET | http://localhost:3030/collect_point/getall |### Technologies
- 
- 
- 
- The project was developed entirely in English and following conventional commit standards, with the aim of a clean and organized code, facilitating future improvements and maintenance.