Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 359 Bytes

Node.js project structure

Install Tools gobablly in your pc:

  • npm install -g sequelize-cli
  • npm install -g nodemon

Config database connectors

  • PostgreSQL:
    • npm install --save pg pg-hstore
    • yarn add pg pg-hstore
  • SQLLite:
    • npm install --save sqlite3
    • yarn add sqlite3

How to run:

  • npm run dev
  • yarn run dev