#Hospitality Webstack
A web app that allows users to input information about community service hours that they have performed for UD's Hospitality department. The app will have a view for Students to input their hours and check on status, supervisors who will fill out a separate form to approve hours performed, and internal users who will need to see all information in a simplistic form.
###Starting the Server:
- In a BASH terminal, execute the following command:
service apache2 start
###Checking the Server:
- To check if the server is running, just run the same command as above:
service apache2 start
###Killing the Server:
- To kill the server, execute the following command:
service apache2 graceful-stop