- ensure
Node.js
&npm
are installed - install dependencies by running
npm install
in the/backend
directory - Run
npm run setup
to generate the SQLite database file containing the articles.
- Execute
npm run start
The backend uses sqlite3 and sqlite as library for the SQLite database.
Check the file initialize-database.js
to see how the database tables are structured.