Skip to content

Scala CLI interface for discovering lesser known but highly rated movies.

Notifications You must be signed in to change notification settings

skyler-myers-db/Scala-CLI-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala CLI application

This is a CLI application written in Scala that takes data that I implemented into my created PostgreSQL database about movies and allows users to query them and find out information that meets their interests. There are functions that allow users to pick movies that they may be interested in but may have fallen under the radar, but still have stelar revies.

Technologies used

  1. Scala
  2. PostgreSQL
  3. sbt
  4. JDBC
  5. VS Code
  6. OOP
  7. SQL

Usage

The user is able to query the backend PostgreSQL DB via the comamand line, using both DDL & DML statements to manipulate the data as desired.