Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 511 Bytes

Notes Keeper:

Stack:

Java 17, Gradle, OpenCSV, Spring-jdbc-template

Description:

This application was created as part of a Java lesson of a test automation course from the QA.GURU school. It was necessary to modify it in such a way that it satisfied the conditions:

  • To make it work with CSV files;
  • To make it work with the database (PostgreSQL).

Launch Instructions:

  1. Copy the repository
  2. Install PostgreSQL locally or in Docker.
  3. Execute the script to create the database (db_setup.sql)