Trolololo
Tasks manger application
- Java (JDK) 8
- NodeJS 12.13.0 or later 2
- Google Chrome browser
- Build the project -
gradlew clean build - Start the database -
gradlew startDatabase - Clean and add new data to database -
gradlew dropTables createTables addTestDataorgradlew refreshData - Start the API-application -
gradlew bootRun
- Stop the project -
Ctrl + C - Start the database -
gradlew stopDatabaseorCtrl + C
gradlew startDatabase - start database
gradlew createTables - create database tables
gradlew addTestData - add test data in database
gradlew dropTables - drop all tables from database
gradlew stopDatabase - stop database
gradlew refreshData - run dropTables, createTables, addTestData