Express example In this example we run an Express server written in Una. It returns HTTP code 200 on request to / endpoint It returns user name by its id from fake database on request to /user/:id endpoint (e.g., user/a1 returns "Alice") Install npm install Run npm start