Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 694 Bytes

File metadata and controls

13 lines (9 loc) · 694 Bytes

Build Status

Node.js, Express.js, PostgreSQL, Sequelize & Travis CI - An API template

Usage

  • git clone https://github.com/AshKetchumza/node-express-sequalize-postgresql-travis && cd node-express-sequalize-postgresql-travis-
  • Create two Postgres databases one for test and the other for development and update /database/config/env.js where applicable
  • npm install
  • npm start to run development server with nodemon
  • npm test to run tests
  • feel good that you managed to get it all working 🎉