Skip to content

andrewisen/dj-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJ Requests

Simple site that allows users to request song(s) to a DJ.

Usage - Users

Enter a search term. Press Request.
The request is sent to the DJ.

Usage - DJ

Enter ./dj.
I.e. https://github.andrewisen.se/dj-requests/dj

The page updates periodically.

DEMO

https://github.andrewisen.se/dj-requests/

Prerequisites

Basic understanding of PHP and how to upload file(s) to a FTP.

Installation

Clone repo.

  • Upload the content to your FTP, or
  • Run it locally with Docker: docker run --name dj-requests -v `pwd`/app:/var/www/html -p 9000:80 -d php:7.2-apache
    The site is now running at http://localhost:9000.

Developing

Useful Docker commands after running the container:

  • docker stop dj-requests to stop the instance.
  • docker start dj-requests to start the instance (useful if you ever reboot you computer or Docker engine).
  • docker restart dj-requests to restart the instance.

Contributing

Pull requests are welcome. See Issues for more info.

Thanks to