https://github.com/artodeschini/noderestapi
https://github.com/artodeschini/noderestapi
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/noderestapi
- Owner: artodeschini
- Created: 2022-07-11T17:22:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T14:53:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T05:45:53.515Z (4 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample to REST Api with Nodejs
## Requirements
* Node
* npm
* git
* mysql
* docker## npm deps
* express
* body-parser
* sequelize
* mysql2
* cors
* jwt
* bcryptjs## install deps
```bash
npm install express --save
npm install body-parser --save
npm install --save sequelize
npm install --save mysql2
npm install --save cors
npm install --save jsonwebtoken
npm install --save bcryptjs
```## front use
* axios to consume api REST