/My-Day

Primary LanguageJavaMIT LicenseMIT

My-Day

Description

This application allows a user to log their day with a rating and a short message. The goal is to provide a way to reflect on the past and the present.

Features

  • User can log in using their Google Account
  • User can log their day with an optional short message and rating.
  • User can view past ratings

Installation Instructions for Local Hosting

Pre-Requisites

Recomendations

How to run

  • Clone the project
  • Enter SQL and Google API credentials in app/src/main/resources/appliction.yml. This will allow the application to store ratings and allow users to long in.
  • While in the app folder run the command mvn clean install followed by mvn spring-boot:run. This will run the application.
  • To access the website use localhost:8080 (sometimes the port may be different).