williamschmidt-git / formulario-RPG

4 stars 0 forks source link

Develop Backend Skeleton #1

Open AbnerFSilva opened 2 years ago

AbnerFSilva commented 2 years ago

Lets develop our skeleton with to the project containing the following stack in order to have our kick-off

williamschmidt-git commented 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.

williamschmidt-git commented 2 years ago

in backend/package.json you installed mochi, instead of mocha. Just for clarifying, mochais the testing framework, chaican help us with the assertions of http requests and sinoncan create mocks for the tests.