Skip to content

Plamen22/learnspanish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.7%
  • HTML 32.7%
  • CSS 7.1%
  • JavaScript 4.5%