To get started, open the console and type:
npm install
npm run start-dev
This will start the server, and then you can access the API at http://localhost:8080/api/tasks
You can start adding your API endpoints to the
api/tasks.js and api/users.js files.