This directory contains the backend code written in TypeScript (with Express and Sequelize).
npm run devTo check for linting errors, run the following in this directory:
npm run lintTo run all tests, run the following command in this directory:
npm run test