jakulov / signup

Sample App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignUp

Sample App, shows how to create simple PHP Application allows users to sign up, sign in, reset password and view their profile.

Installation

  1. Migration's files can be found in migration directory. Use up.sql to create database schema. Use down.sql to drop database.
  2. Directories app/upload and var should be writtable.
  3. Configure database access with config/local.php script. You can find sample config in config/local.php.dist file.

Running

You can run application with help of built-in PHP server. In terminal open app directory. Then run "php -S localhost:8800". Open http://localhost:8800 to use app.

About

Sample App


Languages

Language:PHP 72.0%Language:HTML 19.4%Language:JavaScript 7.3%Language:CSS 1.3%