ibandim123 / sqlize-Node

First experience with database SQL integrated in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database with Sqlize

Logo

Insomnia apresentation

Título e Descrição

My first experience using Postgres and Sqlize, saving two information: name and email.

Bagdges

Badge

Status do Projeto

studing basic

Tabela de Conteúdos

ObjetivoRoadmapTecnologiasContribuiçãoLicençaAutor

Features

Demonstração da Aplicação

Using Insomnia for represent client side, write "http://localhost:4000/users" in two selection methods: index and store. Index for show users and store for create user.

Pré-Requisitos

Install node, Postgres, Postbird and Sqlize.

Demonstração da Aplicação

Tecnologias Utilizadas

  • "express": "^4.17.1",
  • "pg": "^8.3.0",
  • "pg-hstore": "^2.3.3",
  • "sequelize": "^6.3.3"

Dev dependencies:

  • "nodemon": "^2.0.4",
  • "sequelize-cli": "^6.2.0"

Contribuição

Autor

Isaac Costa Bandim

Licença

MIT

About

First experience with database SQL integrated in Node.js


Languages

Language:JavaScript 100.0%