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

https://github.com/edegan-furb/entra21-node

API using Firebase, focused on implementing CRUD operations for managing products, categories, entries, and exits.
https://github.com/edegan-furb/entra21-node

express firebase node

Last synced: 3 months ago
JSON representation

API using Firebase, focused on implementing CRUD operations for managing products, categories, entries, and exits.

Awesome Lists containing this project

README

          

# Entra21-Node



contributors


last update


forks


stars

This project involves developing an API using Firebase, focused on implementing CRUD (Create, Read, Update, Delete) operations for managing products, categories, entries, and exits.
The aim is to create a system that allows for data manipulation and retrieval. The project will leverage Firebase's capabilities.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/edegan-furb/Entra21-Node.git

# Go into the repository
$ cd Entra21-Node

# Install dependencies
$ npm install

# Run the app
$ node app.js
```

> **Note**
> If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.

## Built with

- [Cloud-Firestore](https://firebase.google.com/docs/firestore) - Flexible, scalable database.
- [Node](https://nodejs.org/en) - JavaScript runtime environment.
- [Express](https://expressjs.com/) - Framework that provides a robust set of features.
- [JavaScript](https://www.w3schools.com/js/) - Programming language.

## Acknowledgments

* [Eduardo](https://github.com/edegan-furb)

(back to top)