drewwmercer / linus-and-peppers

The pages of this local business site populate dynamically, and team members and the sandwich shop menu items are managed in an easy-to-read set of arrays. The contact form successfully sends emails, and has validation features. The restaurant's hours also check the current time here in Raleigh, and let you know whether the restaurant is open.

Home Page:https://fast-springs-58263.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linus & Pepper's phpunit

About this project

I wanted to practice fundamentals of PHP, and a local restaurant website seemed like a great fit. The pages populate dynamically, and team members and the sandwich shop menu items are managed in an easy-to-read set of arrays. The contact form successfully sends emails, and has validation features. The restaurant's hours also check the current time here in Raleigh, and let you know whether the restaurant is open or closed.

See it live at: fast-springs-58263.herokuapp.com

Implementation

  • Developed & tested locally using MAMP (Apache Web Server, PHP v7.3.1) and Visual Studio Code (CLI GitHub and Heroku deployment)
  • Hosted on a Free Dyno thanks to Heroku
    • Note: This app is deployed on a free Heroku dyno. Free dynos will sleep after a half hour of inactivity (if they don’t receive any traffic). This causes a delay of a few seconds for the first request upon waking. Subsequent requests will perform normally.
  • Realtime log management via solarwinds papertrail add-on.

About

The pages of this local business site populate dynamically, and team members and the sandwich shop menu items are managed in an easy-to-read set of arrays. The contact form successfully sends emails, and has validation features. The restaurant's hours also check the current time here in Raleigh, and let you know whether the restaurant is open.

https://fast-springs-58263.herokuapp.com/


Languages

Language:PHP 68.0%Language:CSS 31.8%Language:Procfile 0.2%