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
- Host: GitHub
- URL: https://github.com/artodeschini/userapirestnode
- Owner: artodeschini
- Created: 2022-08-03T21:02:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T19:44:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T16:55:44.401Z (over 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```