glartek-fullstackchallenge

This challenge provides a simple look at a client interface that consumes a RESTful service. Simply clone the project or download and extract the .zip to get started.

imagem

Run the Application Locally

Keep in mind that Node/NPM are required to run the application

  • Go into the /ui folder
  • Run npm run serve to start the client (Vue)
  • Go into the /api folder
  • Run npm run start:dev to start the server that exposes the api
  • Browse to http://localhost:8080 to check the weather !