Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 407 Bytes

File metadata and controls

15 lines (11 loc) · 407 Bytes

movie-storage

Movie Storage

Installation process

  1. open git bash in working directory
  2. enter command: 'git clone https://github.com/legendko/webbylab-movie-storage.git'
  3. create new Database in MySQL
  4. import file 'wl_test.sql'
  5. change credentials in file 'config.php'
  6. run server

Architechture

This is a movie storage web-application built with OOP PHP. It is built around the Movie model.