An open API service indexing awesome lists of open source software.

https://github.com/mekdrop/jobtest-profis.lt-minicommentssystem

Mini comments website as test for applying job at profis.lt
https://github.com/mekdrop/jobtest-profis.lt-minicommentssystem

Last synced: about 2 months ago
JSON representation

Mini comments website as test for applying job at profis.lt

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/MekDrop/JobTest-profis.lt-MiniCommentsSystem.svg?maxAge=2592000)](License.txt) ![GitHub release](https://img.shields.io/github/release/MekDrop/JobTest-profis.lt-MiniCommentsSystem.svg?maxAge=2592000)
# profis-testas

Mini comments website as test for applying job at profis.lt

# How to run it?

You can clone this repository and in your command line write `vagrant up` (for this command to work you need have [vagrant](https://www.vagrantup.com/downloads.html) and [virtualbox](https://www.virtualbox.org) installed on your local system). Wait few minutes until virtual box boots and than you can type in your browser `http://localhost:8080`.

If you want to use this code without vagrant you will need configure your webserver to point to `www` folder as web root, import `structure.sql` to your MySQL database, edit `www/config.php` file and run `composer update` from command line in `www/` folder. Also you need to make sure that all requests are redirected to `index.php` file (if you use apache, you can easily use supplied .htaccess file otherwise you need edit your server config files to get same functionality).

# Login data

*Login:* `[email protected]`

*Pass:* `admin`