Skip to content

A REST api using Node.Js and Sequelize with PostgreSQL.

License

Notifications You must be signed in to change notification settings

nicknamedelta/sqlnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlnode

(❀ㅇㅅㅇ) - "SQL in NodeJs !"

What was used ?

Sequelize, PostgreSql:

yarn add express pg pg-hstore sequelize

Sequelize Cli:

yarn add sequelize-cli -D

Nodemon:

yarn add nodemon -D

🏃 To run this project ?

In project's root folder:

yarn install and yarn dev

Sequelize Commands

Create Database: yarn sequelize db:create

Create Migrations: yarn sequelize migration:create --name=create-<table_name> and yarn sequelize db:migrate

Undo Last Migrate: yarn sequelize db:migrate:undo

Based on SQL no Node.js com Sequelize | Masterclass #01

About

A REST api using Node.Js and Sequelize with PostgreSQL.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •