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