https://github.com/gbrogio/crud_nodejs
https://github.com/gbrogio/crud_nodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbrogio/crud_nodejs
- Owner: gbrogio
- Created: 2022-02-11T21:07:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T21:16:24.000Z (over 3 years ago)
- Last Synced: 2025-01-09T14:58:00.919Z (4 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD_NODEJS
Create my first CRUD with NODE.JS and Firestore of FirebaseUsing Express framework to create a server, and short-unique-id to generate the ids of the products
# Start Project
First you need Node install in your machine, and a package maneger like yarn.
execute in your bash:
```bash
$ yarn or npm i
```
to install the dependencys
and
```bash
$ yarn start or npm run start
```
to started the project