Prerequisites:
-
GCC
-
VS Code
-
Go lang
Note: Make sure the version of go is the latest version, check if gcc is added to path otherwise the go file cannot be complied.
After install, open VS Code:
In terminal, type:
go install
go run main.go
Wait until each command finished running, after that, user can access the app via visiting the link:
localhost:8080
Original Database file is in the root directory and is named:
movie_data.db
It can be opened in sqlite3 browser.
Query results are inside a markdown file in "Queries Results" directory and all screenshots of the result are contained in the same folder. Report is in root directory named "Report.pdf".