Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 690 Bytes

MovieTrack

This program is meant to be a programming exercise.

This program will record a user's movie they viewed, the date they viewed it, and a rating 1-10.

This project uses sqlite3 and you must have it installed. To check if you have it installed simply type "sqlite3" in your terminal you should see something like

SQLite version 3.7.15.2 2013-01-09 11:53:05 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite>

Most distributions are shipped with sqlite, and if you're using Windows download the newest version here: http://www.sqlite.org/download.html


Commands available

  • Add Movie Entry
  • Delete Movie Entry
  • View entries