Express local server for testing application that communicates with Firebase via REST.
Inspired by json-server, it uses lowdb, a small local JSON database powered by Lodash. Since Firebase uses a specific data structure, json-server itself wasn't helpful, so I needed a custom solution.
nodemon index.js