lourencolucas / guiadeperguntas

Guia de perguntas Curso Udemy: Formação NodeJS.

Home Page:https://guiadeperguntas.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guia de perguntas Curso Udemy:

Arquivos da Atividade do curso de NodeJS.

Instalar Dependências do Projeto:

npm install

Alterar as configurações do arquivo database.js

const Sequelize = require('sequelize');

const connection = new Sequelize('DatabaseName','User','Pass',{
    host: 'localhost',
    dialect: 'mysql'
});

module.exports = connection;

About

Guia de perguntas Curso Udemy: Formação NodeJS.

https://guiadeperguntas.azurewebsites.net/


Languages

Language:JavaScript 98.3%Language:HTML 1.6%Language:CSS 0.1%