Persisting data

Every time you restart your ExpressJS server your greetings counters disappears. How can use fix that?

You need to store the data in a database. You will start using MongoDB, with the mongoose module.

Skills required

Installing and using MongoDB

JavaScript