Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.🔥

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.