Skip to content

uchop/Get-It-Done

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-It-Done

A full stack appliocation where the user can enter any goals they want to achieve (e.g. "get more sleep" or "lose weight") and the output will automatically display advice on how to accomplish that goal. Web data is scraped from WikiHow.

Tech Stack

  • BACKEND: Java & Jsoup scraping library ☕

  • API ENDPOINTS: Spring Framework 🌷

  • FRONTEND: Javascript & React-Boostrap library ⚛️

How To Run the Application:

    Navigate to the frontend directory and run the following commands:
  1. npm install package.json To install the necessary frontend dependencies
  2. npm start To run the frontend on localhost
    Navigate to project root directory in a separate terminal and run these commands:
  1. mvn package To build and compile the project
  2. java -jar target/myproject-0.0.1-SNAPSHOT.jar Creates an executable jar file for the project (only needs to be done once)
  3. mvn spring-boot:run To run the backend on localhost

ezgif com-gif-maker

Or if you want to actually see it clearly click on the link:
https://user-images.githubusercontent.com/65323408/111387373-da2d7680-866a-11eb-87ac-4e6b545de20e.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors