jimmerioles / backend-developer-challenge

Backend Developer Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Developer Challenge

Allows you to search tweets from Twitter-like Search API Server that I also created for this challenge as an alternative to Twitter's Search API, please check it out.

Consumes same but simpler format with Twitter Seach Api JSON response data from Twitter-like Search API Server.

Note: Heroku free dynos sleep after 30 minutes of inactivity so sometimes your first request might take a bit longer to receive response.

Features

Built With

  • Laravel 5.6

Requirements

Make sure that your system/server has the required system requirements and Composer installed. Or you can use Homestead.

Installation

1. Clone repository and install.

$ git clone https://github.com/jimmerioles/backend-developer-challenge.git
$ composer install

2. Configure settings/environment variables and migrations.

$ cp .env.example .env
$ php artisan key:generate
$ php artisan migrate --seed

Usage

Register an account and you can start searching for tweets and see your search activity:

screenshot from 2018-08-02 22-47-39

Testing

$ phpunit

Show full specs and features:

$ phpunit --testdox

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Open for suggestions and requests. Please request through issue or pull requests.

Security

If you discover any security related issues, please email jimwisleymerioles@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Want to show some ❤️?

Let's find Satoshi Nakamoto! or let's have a ☕
Donate Bitcoin Donate Ethereum

About

Backend Developer Challenge


Languages

Language:PHP 81.4%Language:HTML 17.9%Language:Vue 0.5%Language:Shell 0.2%