Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Latest commit

 

History

History

README.md

Backend - TypeScript

This directory contains the backend code written in TypeScript (with Express and Sequelize).

Development

npm run dev

Testing

To check for linting errors, run the following in this directory:

npm run lint

To run all tests, run the following command in this directory:

npm run test