Skip to content

A web application that visualizes temperature with login and registration page

Notifications You must be signed in to change notification settings

danny-rashd/TempCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Temperature Web Application

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

Web app screenshot

There are many great README templates available on GitHub;

(back to top)

Built With

(back to top)

Getting Started

Dataset can be downloaded here.

Prerequisites

  • yarn
    npm install --global yarn

Installation

  1. Clone the repo

    git clone https://github.com/danny-rashd/TempCheck.git
  2. Install yarn packages

    yarn
  3. Generate app password to use Java Mail Sender https://myaccount.google.com/apppasswords

  4. 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

(back to top)

Usage

Register

Logo

Login

Logo

Upload CSV file

Logo

Load CSV data into table, filter data and export as CSV

Logo

(back to top)

Contact

Danny Rashid

danny.rashd@gmail.com

(back to top)

Acknowledgments

(back to top)