Skip to content

rgiovani/myway-backend

Repository files navigation

Installation

$ yarn install

Running the app

# Migrations
$ yarn typeorm-run

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

if DB error: ER_ACCESS_DENIED_ERROR

$ run in mysql : $ ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'; $ flush privileges;

About

🎓🎓 Projeto desenvolvido na escola de TI para a conclusão do curso de Análise e Desenvolvimento de Sistemas - Unicesumar, 2020.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages