Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artodeschini/noderestapi
https://github.com/artodeschini/noderestapi
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/noderestapi
- Owner: artodeschini
- Created: 2022-07-11T17:22:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T14:53:42.000Z (over 2 years ago)
- Last Synced: 2023-03-05T20:13:38.210Z (over 1 year 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