An open API service indexing awesome lists of open source software.

https://github.com/ffmeyer/api-petshop

Avançando com APIs REST - formacao alura
https://github.com/ffmeyer/api-petshop

Last synced: 2 months ago
JSON representation

Avançando com APIs REST - formacao alura

Awesome Lists containing this project

README

          

npm init
npm install express body-parser sequelize mysql2 config

criando instancia do BD pelo console
mysql -u root -h 127.0.0.1 -p
u = user
h = host
p = password prompt

mysql> create database petshop
show databases;
show tables;
--apos execucao do Sequelize
describe petshop.fornecedores;

npx nodemon index.js
--matar processo windows
npx kill-port 9229
netstat -ano | findstr 9229

taskkill /PID /F