Skip to content

regexpressyourself/Woody-At-Random

Repository files navigation

Woody At Random

Woody At Random

Woody At Random is a responsive Woody Allen recommendation website.

See it live here!

Tech

Table of Contents

  1. Getting Started
  2. Deployment
  3. Built With
  4. Contributing
  5. Authors
  6. License

Introduction

Woody At Random is designed to randomly recommend Woody Allen films, showcasing posters, quotes, cast, etc.

The site also features a full table, for easy selection.

Getting Started

Woody At Random uses a very straightforward LAMP stack.

Prerequisites

You will need to install Linux, Apache, MySQL, and PHP.

The MySQL table should be populated by running the .sql script located at ./sqlfiles/woody_table.sql.

Back to top

Deployment

Once your LAMP stack is up and running, you can serve index.php to localhost, and you'll be up and running.

Back to top

Built With

  • Apache - The server that hosts Woody At Random
  • PHP - My server side language to query the database and send information to the front end
  • MySQL - Stores all film data
  • Bootstrap - My front end framework used for this app

Back to top

Contributing

I'm always happy to receive pull requests, questions/issues regarding code, and feature requests on all my projects. Please feel free to open an issue or submit a pull request.

Back to top

Authors

Back to top

License

Woody At Random is licensed under the MIT License - see the LICENSE.md file for details.

Back to top