Skip to content

A template for Node.js APIs implemented with Jest unit tests, a Sequelize designed PostgreSQL database and Travis CI

Notifications You must be signed in to change notification settings

itsamayo/node-express-sequalize-postgresql-travis

Repository files navigation

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 🎉

About

A template for Node.js APIs implemented with Jest unit tests, a Sequelize designed PostgreSQL database and Travis CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published