Skip to content

kerness/films-reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

films-reviews

A simple php web application where you can login, rate the films and explore overall and personal film ranking. As an administrator you are able to manage users and films database.

In order to run this project locally those variables must be specified in the env file for docker-compose:

  • DB_USER
  • DB_USER_PASSWORD
  • DB_ROOT_PASSWORD
  • DB_NAME

A file with DB connection details:

  • location: app/private/DBconnect.php
  • content: $dbc = @mysqli_connect(DB_HOST, DB_USER, DB_USER_PASSWORD, DB_NAME) OR die ("No connection to MySQL Server: " . mysqli_connect_error());

Also, there is necessary to change header reddirections to desired hostname.

About

PHP webapp based on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •