Yusfuu / helpystack-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helpystack

Installation

Use the package manager composer to install required files

Install dependencies

composer install

Set Environment Variables

composer run env

Database Setup

Import tables from the sql file in the main folder helpystack.sql

PHP built-in server

Run the following command in terminal to start localhost web server, assuming ./public/ is public-accessible directory with index.php file:

cd public/
php -S localhost:8000
Going to http://localhost:8000/ will render the welcome page.

Documentation

Documentation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

License:MIT License


Languages

Language:PHP 79.5%Language:Hack 19.8%Language:CSS 0.5%Language:Shell 0.2%Language:JavaScript 0.1%