- Deployed application on Heroku - LINK
- To test locally see next topic: Application Setup Guide
- Quick Overview: See the screenshots below
Used dependencies:
To set up local database uncomment variables in application.yml
file and fill with your local database server data
Database schema will be created on init due to schema.sql
in resources folder
To set up database from heroku you need to set up on global enviroment of Heroku itself required variables
PROD_DB_HOST
PROD_DB_PORT
PROD_DB_NAME
PROD_DB_USERNAME
PROD_DB_PASSWORD
User can create new account by filling required information:
User must login to his account:
User can search for translation for specific words:
They can choose some of translations and add to their sets:
User can see all his set's and edit/delete it or download excel file with all flashcards from this set inside:
User can edit set's name, update flashcards, add new one and delete old one: