A simple web application that allows users to create accounts and document their daily lives - create to-do's with email and sms notifications under customizable categories. Users can also journal their day by creating diary entries. fb - still in developer mode, doesn't login with normal fb accounts.
Used: Spring MVC, springboot, Maven, mysql
Contributors: Sahithi Annadi, Shreya Guda
Prerequisites for running the app on your local device: Java 11, MySQL.
To run the application, follow the given steps (using command line):- Select the code option above the directories, and copy the https link.
- Open git bash, or powershell (assuming git has been added to path), and enter the following command: ``` git clone *link copied* ```
- Click enter - this creates a local copy of the code.
- Since you now have the code on your device, you can run it by entering the command ``` ./mvnw spring-boot:run ```
Note: If you have an IDE like IntelliJ IDEA or eclipse, simply importing the project from version control and running it is sufficient - the above steps do not need to be followed.