Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 572 Bytes

Weather Information

A fullstack web project that fetches data from openweathermap.org, with a backend built on Node.JS Express with MongoDB and a frontend built on Vue.js and bootstrap as CSS framework.

This website showcases the current weather and 5 day forecast in 3 hour intervals for the cities of Leiria, Lisbon, Coimbra, Porto and Faro.

Configuration

Backend

Configure .env with .env.example as the base
$ npm install
$ npm run devStart

Frontend

Configure .env with .env.example as the base
$ npm install
$ npm run dev