Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:29:26.000Z (7 months ago)
- Last Synced: 2024-06-21T14:51:18.662Z (7 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
- ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white)
- ![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=flat-square&logo=firebase&logoColor=black)
- ![Nodemon](https://img.shields.io/badge/Nodemon-76D04B?style=flat-square&logo=nodemon&logoColor=white)
- ![Express](https://img.shields.io/badge/Express-000000?style=flat-square&logo=express&logoColor=white)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.