alpesh12 / survey_express_js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survey Demo

  • Make sure you have installed node(12.18.3 or higher) and postgresql(12.7) in your system.
  • Run "npm install" from root directory of project.
  • Verify your database credentials in .env file.
  • Before test api run migration using command "sequelize db:migrate", you have to install sequelize-cli and pg globally to run migration from terminal
    • to install sequelize-cli and pg run "npm i sequelize-cli pg -g"

About


Languages

Language:JavaScript 99.0%Language:Shell 1.0%