https://github.com/patrickjaja/my-apartment-app
https://github.com/patrickjaja/my-apartment-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickjaja/my-apartment-app
- Owner: patrickjaja
- Created: 2017-06-02T15:59:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T16:05:25.000Z (about 9 years ago)
- Last Synced: 2025-08-16T23:55:40.999Z (10 months ago)
- Language: HTML
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Apartment PWA (+ PHP Implementation)
### Setup (Frontend)
##### Prerequisites
* Install polymer-cli `npm install -g polymer-cli`
* Install bower `npm install -g bower`
* Locate bower.json and install dependencies with `bower install`
### Setup (Server)
* Install PHP (Tested with PHP Version 7.1.1)
* Ensure /api is getting parsed by PHP processor
* Install MySQL DB (Port: 3306)
* Create DB, Load in Dump dump/db.sql
### Configure App
* Insert DB Credentials /api/db.inc.php
* In src/main.js replace 'http://localhost/my-apartment/api/server.php' with your URL to server.php
### Start
* Locate polymer.json and serve content `polymer serve`
### Activate mailing
* ensure PHP mail() is working on installed PHP machine
* locate class.apartments.php and comment in line 39
## Documentation





