Welcome to the Node backend!
There's nothing to be done here for the interview set-up, but feel free to look around! 👀
From the project root run script/node/setup
From the project root run script/node/start
app.js
starts the server and all code lives in ./node/lib
This project uses lowdb as a lightweight JSON database. All the settings can be found in node/lib/db.js
. The database will be saved into a file called db.json
.