Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 445 Bytes

Node Express Postgres Tamplate

Setup guide

clone this repo:

https://github.com/charisschomba/Node-Express-Postgres-Tamplate.git

make sure you have;

node, postgres and yarn installed

Install all packages by

running yarn install

Add you database config in

server/sequelize/config/config.json

Running the server

yarn start

Running test

yarn test

Running migrations

sequelize db:migrate