Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.6 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.6 KB

Learn Spanish Web Application

Enjoy the power of active-learning by using flashcards, grammar lessons, and tests for each level.

This project was built in order to finish my master degree in Sofia University "St. Kliment Ohridski".

Thesis: Secure software system for learning a foreign language via flashcards

Required Software:

  1. Add the lombok's dependency
  2. Install lombok.jar from https://projectlombok.org/download
  3. Go to project > right click > Properties > Java Compiler > Annotation Processing > check Enable project specific settings
  4. Restart IDE
  5. In Help > About Eclips IDE you should be able to see Lombok v1.18.12 "Envious Ferret" is installed. https://projectlombok.org/)

Install:

  1. git clone https://github.com/AnnaVasileva/learnspanish.git
  2. Navigate to yourProjectDirectory\learnspanish\src\main\resources\application.properties and populate datasources' fields according to your database' settings.
  3. Run the application - learnspanish > right click > Run As > Spring Boot App or use the hot keys - Alt+Shift+X, B
  4. Navigate to http://localhost:8080.