This is a basic Express.js backend application.
First, install the dependencies: Express.js, sqlite3, sequelize, and nodemon by running the following command:
npm installSeed the database with the example data in the example-data folder:
npm run seedRun the local development server using the following command:
npm run devThe server will listen on localhost port 1337.