https://github.com/douglasvolcato/teste-renato
  
  
     
    https://github.com/douglasvolcato/teste-renato
  
        Last synced: 3 months ago 
        JSON representation
    
- Host: GitHub
 - URL: https://github.com/douglasvolcato/teste-renato
 - Owner: DouglasVolcato
 - License: mpl-2.0
 - Created: 2022-08-26T01:42:30.000Z (about 3 years ago)
 - Default Branch: master
 - Last Pushed: 2022-08-26T01:42:39.000Z (about 3 years ago)
 - Last Synced: 2025-04-03T08:15:00.092Z (7 months ago)
 - Language: JavaScript
 - Size: 49.8 KB
 - Stars: 0
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
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"
},