An application for creating surveys.
Installs the dependencies.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
You must install json-server so you can use the local server to communicate with the backend.
Run: json-server --watch db.json --port 4500