My goal is to create a web api to access my records in db (crash sites).

I will build this api with Express - a minimalist web framework for Node.js. I will only implement two routes:

The access to my mongodb environment will be managed again by mongoose - the best mongodb api framework.

As usual, my api is deployed on heroku.