GentlemanToad / Team-A

Team A Web Application for BITS-OUA-119

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home-Connect

Team A Web Application for BITS-OUA-119

Getting Started

Ensure you have the latest version of PHP, MySQL & Apache intalled on your local machine.

  • Clone the repo
  • Place/Replace httpd.conf inside your Apache conf folder.
  • Place/Replace php.ini inside your php conf folder.

Create and seed database

Create database,

cd db && ./create-db.sh

Seed database,

cd db && ./seed-db.sh

Running the app

It's requried to have a mysql database and the database must be created and seeded using the instructions above. The application can be hosted in apache server, however, the latest PHP has a built in development sever, and the application can be started using the following commandline

 php -S localhost:8000

Click http://localhost:8000/app/ to view the application.

Logins

Landlord,

username: landlord1@homeconnect.com
password: pass123

Landlord,

username: tenant1@homeconnect.com
password: pass123

About

Team A Web Application for BITS-OUA-119

License:MIT License


Languages

Language:PHP 87.1%Language:CSS 10.4%Language:Hack 2.0%Language:JavaScript 0.4%Language:Shell 0.1%