Simple and short little school project to create an API based on an existing database and use it to display the contents.
Get project from git repository Run :
npm install
Get and import database from database_dump
Configure the database connexion in backend/models/db.js
From the backend folder run :
node index.js
Simply open index.html in the browser