L-Leite / HostelReservation

A web page to reserve hostels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HostelReservation

A web page to reserve hostels.

This project will be presented as a professional aptitude test for our course.

By Daniel Rocha, João Cerqueira and Luís Leite.

Thank you to teacher Gil Manuel de Carvalho for guiding us.

Setting up

You must have Composer and Yarn installed in your machine in order to obtain third party dependencies, follow each app's website instructions on how to obtain each.

If your machine is running Windows, run the Powershell script setup.ps1, else you should run setup.sh.

To import the MySQL table HostelReservation.sql, run mysql -u [yourUser] [whateverElseYouNeed] < HostelReservation.sql.

Database

The database comes with two clients, joaoafonso and franciscacosta, where their password is their usernames.

It also comes with 5 hostels and 4 reservations.

Credits

Libraries used

In the front end

In the back end

Pictures used

About

A web page to reserve hostels

License:MIT License


Languages

Language:PHP 48.7%Language:HTML 43.9%Language:CSS 5.5%Language:JavaScript 1.6%Language:PowerShell 0.2%Language:Shell 0.1%