Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 513 Bytes

readme.md

File metadata and controls

36 lines (29 loc) · 513 Bytes

NodeJs Typescript Mock App

Simple nodejs typescript mocking application

Quick start

To install the application run:

npm install or yarn install

To migrate database:

npx sequelize-cli db:migrate

To seed database:

npx sequelize-cli db:seed:all

To reset database:

npx sequelize-cli db:migrate:undo:all
npx sequelize-cli db:migrate

To start the application run:

npm start or yarn start

To test login use this credentials

username: pedro
password: secret