To ensure you have the required dependencies installed, run:
npm installBe sure to create a .env file in the root directory with the configuration outlined in .env.example, NEVER check the .env file into GitHub.
To format the code, run:
npm run formatTo unit test the code, run:
npm run testTo start (run) the API and handle requests in production, run:
npm startTo start (run) the API and handle requests in development (with logging), run:
npm run dev



