A web application that can visualize temperature data over time with registration and login page
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
There are many great README templates available on GitHub;
Dataset can be downloaded here.
- yarn
npm install --global yarn
-
Clone the repo
git clone https://github.com/danny-rashd/TempCheck.git
-
Install yarn packages
yarn
-
Generate app password to use Java Mail Sender https://myaccount.google.com/apppasswords
-
Insert your app email and password in
temperature-backend/src/main/resources/application.yml
mail: host: smtp.gmail.com port: 587 username: '<user email to smtp server>' password: '<app password to smtp server>' properties: mail: smtp: auth: true starttls: enable: true