Skip to content

ivandzf/todo-api

Repository files navigation

TODO REST (UNDER DEVELOPMENT)

Build Status Codacy Badge codecov

BASE URL

SWAGGER URL

Stack

  • Node JS + Express JS
  • Express Boom (Http Error Message)
  • Sequelize (ORM)
  • PostgreSQL
  • Winston (Logger)
  • Convict (Environment)
  • Chai + Mocha + Nyc (Test + Report)
  • Eslint (Maintain code pattern)
  • Swagger (API Documentation)

Run

  • npm install
  • nodemon

Test

  • npm test