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

https://github.com/artodeschini/userapirestnode

Api de usuarios com NodeJS
https://github.com/artodeschini/userapirestnode

Last synced: 10 days ago
JSON representation

Api de usuarios com NodeJS

Awesome Lists containing this project

README

          

# usuarios

## to install dependencias

```bash
npm install
```

## to run app

```bash
node index.js
```

## install manualmente

```bash
npm init

## dependencias

npm install express --save
npm install knex --save
npm install mysql2 --save
npm install uuid --save
npm install jsonwebtoken --save
npm install cors --save

# esta descontinuado tentarei fazer sem ele
# npm install body-parser --save
```