https://github.com/artodeschini/noderestapi
https://github.com/artodeschini/noderestapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/noderestapi
- Owner: artodeschini
- Created: 2022-07-11T17:22:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T14:53:42.000Z (over 3 years ago)
- Last Synced: 2025-06-19T21:37:56.838Z (6 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- 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