Skip to content

cuauhtlahuac/UdemyReactCeroExperto

Repository files navigation

UdemyReactCeroExperto

Backend

  • nodemon - nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
  • express js - Express is a minimal and flexible Node.js web application framework...
  • http status codes - response standards codes
  • Express Validator - is a set of express.js middlewares that wraps validator.js validator and sanitizer functions.
  • mongoose - elegant mongodb object modeling for node.js
  • MongoDB Atlas - Move faster with a true multi-cloud database service for MongoDB built for agile teams who’d rather spend time building apps than managing databases. Available on AWS, Google Cloud, and Azure.
  • Mongo Query Docs
  • bcrypt is a password-hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher and presented at USENIX in 1999. - Hashing basically means to transform the data into a string of fixed length using a hash function.
  • JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. JWT.IO allows you to decode, verify and generate JWT.
  • cors - CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options. Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served.
  • heroku - Heroku's fully-managed platform gives you the simplest path to delivering apps quickly - Deploy with heroku