Setup run "npm install"
Start the app with DEBUG=sample_express:* npm start
In a browser go to this URL http://localhost:3000/
This app show the current time since epoch.
This app has a math fibonacci generator. Set the iterations and run it. The result is stored in a database. If you run the same iteration again, the result will come from the database.