Code Monkey home page Code Monkey logo

node-store's Introduction

This is a project created while learning backend development with Node.js through three courses. In the first course, I learned to work with routes, servers, and middleware of Express.js to build a REST API, manipulate errors, and perform data validation. The project was deployed to production on Heroku.

In the second course, I learned about persisting data in Node.js using PostgreSQL, including connecting my REST API with relational databases, mastering Sequelize (the most popular ORM in JavaScript), working with queries, relationships, and migrations in my application. The course also covered resolving advanced migration problems between Sequelize, Heroku, and Node.js, and configuring the development environment with Docker.

Finally, in the third course, I learned about authentication and authorization strategies with Node.js, including integrating Passport.js for the login of my REST API, protecting passwords with hashing tools, and implementing JSON Web Tokens to establish sessions between the backend and frontend. The course also covered sending emails with tokens to recover passwords, implementing route protection and role control in my API, and integrating Passport.js and JSON Web Tokens with Express.js.

Through these three courses, I gained a solid understanding of backend development with Node.js and the ability to create a REST API with Express.js, connect it to a PostgreSQL database using Sequelize, and implement authentication and authorization using Passport.js and JSON Web Tokens. I believe these skills are essential for anyone looking to become a backend developer with Node.js.


Este es un proyecto creado mientras aprendía desarrollo backend con Node.js a través de tres cursos. En el primer curso, aprendí a trabajar con rutas, servidores y middlewares de Express.js para construir una API REST, manipular errores y realizar validación de datos. El proyecto fue desplegado en producción en Heroku.

En el segundo curso, aprendí sobre la persistencia de datos en Node.js utilizando PostgreSQL, incluyendo la conexión de mi API REST con bases de datos relacionales, dominando Sequelize (el ORM más popular en JavaScript), trabajando con consultas, relaciones y migraciones en mi aplicación. El curso también cubrió la resolución de problemas avanzados de migración entre Sequelize, Heroku y Node.js, y la configuración del entorno de desarrollo con Docker.

Finalmente, en el tercer curso, aprendí sobre las estrategias de autenticación y autorización con Node.js, incluyendo la integración de Passport.js para el inicio de sesión de mi API REST, la protección de contraseñas con herramientas de hashing y la implementación de JSON Web Tokens para establecer sesiones entre el backend y el frontend. El curso también cubrió el envío de correos electrónicos con tokens para recuperar contraseñas, la implementación de protección de rutas y control de roles en mi API, y la integración de Passport.js y JSON Web Tokens con Express.js.

A través de estos tres cursos, adquirí una sólida comprensión del desarrollo backend con Node.js y la capacidad de crear una API REST con Express.js, conectarla a una base de datos PostgreSQL utilizando Sequelize e implementar la autenticación y autorización utilizando Passport.js y JSON Web Tokens. Creo que estas habilidades son esenciales para cualquiera que quiera aprender desarrollo backend.

node-store's People

Contributors

nfnv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.