napestershine / ahoy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ahoy

Build Status

Installation

1. Clone Repository

git clone https://github.com/kunicmarko20/ahoy.git ahoy

2. Install Dependencies

composer install

3. Run Migrations

make dmm

4. Create User

make user

5. Start PHP Web server

php -S 127.0.0.1:8000 -t public

6. Open

http://127.0.0.1:8000/job-offer/create

Run Tests

make test

You need phpunit installed globally.

About


Languages

Language:PHP 93.4%Language:HTML 4.2%Language:Makefile 1.6%Language:Shell 0.7%