Skip to content

Latest commit

 

History

History
executable file
·
53 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

executable file
·
53 lines (39 loc) · 1.56 KB

oscarmovies

made for: school language: php made in: 2016
Talk with an AI, and it will suggest you movies.


Features

Stack used

  • Twig 1.24
  • PHP 7.0
  • MySQL 5.5

Getting started

Requirements

  • Apache server with PHP 7+
  • A recent MySQL server

Installation

git clone https://github.com/jclerc/oscarmovies.git
cd oscarmovies
composer install -d htdocs

Then create a MySQL database named oscar, and import data from sql/mysql/oscar.sql file. You may need to change credentials in the config file at /htdocs/app/core/config.json.

Once it's done, start the webserver in directory /htdocs/www/.

Notes

  • It doesn't work anymore, due to breaking changes of APIs used