Movie Storage
Installation process
- open git bash in working directory
- enter command: 'git clone https://github.com/legendko/webbylab-movie-storage.git'
- create new Database in MySQL
- import file 'wl_test.sql'
- change credentials in file 'config.php'
- run server
Architechture
This is a movie storage web-application built with OOP PHP. It is built around the Movie model.