Open AbnerFSilva opened 2 years ago
- TypeORM > mysql( we need to confirm if this ORM matches mySQL)
i know that with JS, sequelize works with mySQL. I did a quick research and it works with TS too.
in backend/package.json
you installed mochi
, instead of mocha
.
Just for clarifying, mocha
is the testing framework, chai
can help us with the assertions of http requests and sinon
can create mocks for the tests.
Lets develop our skeleton with to the project containing the following stack in order to have our kick-off