devdanielcambinda / hbs_passport_sequelize_task_app

This app was made has an adaptation of a previously create API of a task app. To build the original app( tought in a node.js course from udemy) was used mongoose(ODM) and express.js(web framework). To build this app I tried to explore new packages like sequelize ( ORM) and passport for authentication and also decided to use other packages that were taught in the course ( in this case handlebars/hbs has a view engine for express.js).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This app was made has an adaptation of a previously create API of a task app. To build the original app( tought in a node.js course from udemy) was used mongoose(ODM) and express.js(web framework). To build this app I tried to explore new packages like sequelize ( ORM) and passport for authentication and also decided to use other packages that were taught in the course ( in this case handlebars/hbs has a view engine for express.js).

License:MIT License


Languages

Language:JavaScript 52.4%Language:Handlebars 37.6%Language:CSS 10.0%