In this activity you will implement the Utah cities suggestions RESTful service in Node.js that connects to your cities application from "Activity V0: Vue with a REST Interface". You will take a URL with a ?q=chars suffix and will look up all of the utah cities that have those chars as a prefix. You will then return a JSON string corresponding to the entries.
If you haven't seen the express generated files before, check out this documentation.
The javascript application from "Activity V0: Vue with a REST Interface " should be modified to make the request to your own REST server instead of the one used for your javascript activity. Before you do that, you should copy the related files over to your newly created express server.
These hints may be helpful if you get stuck.