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

https://github.com/gbrogio/crud_nodejs


https://github.com/gbrogio/crud_nodejs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# CRUD_NODEJS
Create my first CRUD with NODE.JS and Firestore of Firebase

Using 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