agurod42 / find-your-service

Find Your Service is an application that allow consumers to search for services

Home Page:https://find-your-service.herokuapp.com/public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-your-service

Build Status

Find Your Service is an application that allow consumers to search for services. It was made as a test project for a job interview. The full specification is available here.

You can find running instances on:

To log into the Admin site you should use the following credentials: (admin@findyourservice.io, password)

API docs are available here: https://documenter.getpostman.com/view/1952436/RznHKHk5

Development

Architecture

Code Quality

We use the following coding style standards:

PSR-2 Coding Style StandardJS StandardJS

Source compliance is checked automatically by Travis after every push. It uses phpcs and standard for php and js sources respectively.

Deployment

Docker

  1. Run docker-compose up

  2. Initialize the database (First time)

    docker-compose exec php-fpm php artisan migrate
    docker-compose exec php-fpm php artisan db:seed
    
  3. Navigate to running instances:

Heroku

Deploy

License

The MIT License

Copyright (c) 2019 Agustín Rodríguez

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Find Your Service is an application that allow consumers to search for services

https://find-your-service.herokuapp.com/public

License:MIT License


Languages

Language:PHP 56.1%Language:JavaScript 40.3%Language:Dockerfile 2.0%Language:HTML 1.1%Language:CSS 0.5%