/express-postgres-template

Nodejs expressjs postgresql boilerplate

Primary LanguageJavaScript

This is a simple boilerplate for node.js express postgresql

  • Template engine used: EJS
  • Database ORM(object relation mapping) used: Sequelize

Create a .env file and change the DBURI with your own database URI Make sure to create the database in postgresql first Don't forget to remove git remote repo -run in project terminal = sh$ git remote rm origin Use your github repo instead.