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

https://github.com/douglasvolcato/teste-renato


https://github.com/douglasvolcato/teste-renato

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# BFF-backend-for-frontend

----------
{
npm installed:

npm init, // because i want to manually fill
npm i express,//frameworks
npm i cors,//
npm i mongoose,//mongodb bank
npm i nodemon -D,//devDependence
npm i bcryptjs,//The password will be hashed
npm i jsonwebtoken,// token generator
npm i dotenv,// for deploy in heroku
npm i swagger-ui-express// Swagger
}
------------
BFF paste pattern
------------
some changes on package.json:
"scripts": {
"dev": "nodemon src/index",
"start": "node src/index"
},