1.0.0 • Published 6 years ago

api-withmoney v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

WithMoney API

It is a project of money control

Maintainability Test Coverage Build Status codecov

Instalation

  1. npm install
  2. npm run sequelize db:migrate
  3. npm run sequelize db:seed #in development

Development

To use in development environment always run the npm run sequelize db:migrate before, and you can run npm run dev to start the server.

Production

npm run deploy setup # first time

npm run deploy