Skip to content

GabhenDM/express-sequelize-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Express Project with Sequelize ORM using PostgreSQL

Must add a database.js file inside config folder as follows:

module.exports = { username: '$username', password: '$password', database: '$dbname', host: '127.0.0.1', dialect: 'postgres', }

About

First Express Project with Sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published