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.
- Host: GitHub
- URL: https://github.com/edegan-furb/entra21-node
- Owner: edegan-furb
- Created: 2024-01-15T18:21:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T18:29:27.000Z (over 2 years ago)
- Last Synced: 2025-05-07T06:51:42.937Z (about 1 year ago)
- Topics: express, firebase, node
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entra21-Node
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)