Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artodeschini/noderestapi


https://github.com/artodeschini/noderestapi

Last synced: about 19 hours ago
JSON representation

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